mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
hide the cloud again
This commit is contained in:
parent
9c73bf286e
commit
d61ae179ae
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue