소스 검색

Fix compile issue with OpenGL ES

rdb 16 년 전
부모
커밋
0a372b463a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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