mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove obsolete rendering core init code (#13341)
Also removes duplicate call to shadow render step
This commit is contained in:
parent
38e005294f
commit
6fe9bc8ae1
3 changed files with 0 additions and 12 deletions
|
@ -541,7 +541,6 @@ void RenderingEngine::initialize(Client *client, Hud *hud)
|
|||
{
|
||||
const std::string &draw_mode = g_settings->get("3d_mode");
|
||||
core.reset(createRenderingCore(draw_mode, m_device, client, hud));
|
||||
core->initialize();
|
||||
}
|
||||
|
||||
void RenderingEngine::finalize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue