mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 09:33:11 +02:00
Merge pull request #687 from ey6es/master
Fix for sexy eyeshadow when voxels were turned off.
This commit is contained in:
commit
be72aab3d0
1 changed files with 2 additions and 0 deletions
|
@ -509,6 +509,8 @@ namespace starfield {
|
|||
_program.release();
|
||||
glDisable(GL_VERTEX_PROGRAM_POINT_SIZE);
|
||||
glDisable(GL_POINT_SMOOTH);
|
||||
glDisableClientState(GL_VERTEX_ARRAY);
|
||||
glDisableClientState(GL_COLOR_ARRAY);
|
||||
|
||||
glPopMatrix();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue