Browse Source

Fix compile issue with OpenGL ES

rdb 16 years ago
parent
commit
0a372b463a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 0 - 2
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -950,8 +950,6 @@ reset() {
   } else {
     _glProgramParameteri = NULL;
   }
-#else
-  _glProgramParameteri = NULL;
 #endif
 
 #ifdef OPENGLES_2