mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-08 19:15:28 +01:00
Remove obsolete rendering core init code (#13341)
Also removes duplicate call to shadow render step
This commit is contained in:
@@ -36,14 +36,6 @@ RenderingCore::~RenderingCore()
|
||||
delete shadow_renderer;
|
||||
}
|
||||
|
||||
void RenderingCore::initialize()
|
||||
{
|
||||
if (shadow_renderer)
|
||||
pipeline->addStep<RenderShadowMapStep>();
|
||||
|
||||
createPipeline();
|
||||
}
|
||||
|
||||
void RenderingCore::draw(video::SColor _skycolor, bool _show_hud, bool _show_minimap,
|
||||
bool _draw_wield_tool, bool _draw_crosshair)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user