This commit is contained in:
Benau 2016-10-31 09:15:50 +08:00
parent 07ebb760ac
commit 1678078aea

View File

@ -476,12 +476,12 @@ void DrawCalls::parseSceneManager(core::list<scene::ISceneNode*> &List,
DrawCalls::DrawCalls()
{
m_sync = 0;
#if !defined(USE_GLES2)
m_solid_cmd_buffer = NULL;
m_shadow_cmd_buffer = NULL;
m_reflective_shadow_map_cmd_buffer = NULL;
m_glow_cmd_buffer = NULL;
#if !defined(USE_GLES2)
if(CVS->supportsIndirectInstancingRendering())
{
m_solid_cmd_buffer = new SolidCommandBuffer();