From 1ee8c5f6d2ede96c267c91623659cbcc26a2b160 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 28 Jul 2015 19:48:24 +0200 Subject: [PATCH] Oops, typo fix --- panda/src/display/graphicsStateGuardian.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/graphicsStateGuardian.cxx b/panda/src/display/graphicsStateGuardian.cxx index de9b8d0036..02ee982feb 100644 --- a/panda/src/display/graphicsStateGuardian.cxx +++ b/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