소스 검색

Oops, typo fix

rdb 10 년 전
부모
커밋
1ee8c5f6d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      panda/src/display/graphicsStateGuardian.cxx

+ 1 - 1
panda/src/display/graphicsStateGuardian.cxx

@@ -817,7 +817,7 @@ PT(GeomMunger) GraphicsStateGuardian::
 get_geom_munger(const RenderState *state, Thread *current_thread) {
   RenderState::Mungers &mungers = state->_mungers;
 
-  if (mungers.is_empty()) {
+  if (!mungers.is_empty()) {
     // Before we even look up the map, see if the _last_mi value points
     // to this GSG.  This is likely because we tend to visit the same
     // state multiple times during a frame.  Also, this might well be