Increase instance buffer size

This commit is contained in:
Vincent Lejeune 2014-08-27 23:13:09 +02:00
parent dfbae2ea07
commit 0fa13334ea

View File

@ -276,6 +276,7 @@ void STKMeshSceneNode::render()
if (immediate_draw)
{
return;
glDisable(GL_CULL_FACE);
if (!spareWhiteTex)
spareWhiteTex = getUnicolorTexture(video::SColor(255, 255, 255, 255));