소스 검색

glgsg: Remove unused variable from glGSG

rdb 4 년 전
부모
커밋
2ae6e5c6ce
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      panda/src/glstuff/glGraphicsStateGuardian_src.h

+ 0 - 1
panda/src/glstuff/glGraphicsStateGuardian_src.h

@@ -722,7 +722,6 @@ protected:
   typedef pmap<NodePath, DirectionalLightFrameData> DirectionalLights;
   typedef pmap<NodePath, DirectionalLightFrameData> DirectionalLights;
   DirectionalLights _dlights;
   DirectionalLights _dlights;
 
 
-  int _pass_number;
   GLuint _geom_display_list;
   GLuint _geom_display_list;
   GLuint _current_vbuffer_index;
   GLuint _current_vbuffer_index;
   GLuint _current_ibuffer_index;
   GLuint _current_ibuffer_index;