hide the cloud again

This commit is contained in:
Stephen Birarda 2013-03-21 16:16:25 -07:00
parent 9c73bf286e
commit d61ae179ae

View file

@ -581,7 +581,7 @@ void display(void)
// Draw cloud of dots
glDisable( GL_POINT_SPRITE_ARB );
glDisable( GL_TEXTURE_2D );
if (!display_head) cloud.render();
// if (!display_head) cloud.render();
// Draw voxels
voxels.render();