mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Oops, typo fix
This commit is contained in:
parent
e4c3301bd0
commit
1ee8c5f6d2
@ -817,7 +817,7 @@ PT(GeomMunger) GraphicsStateGuardian::
|
|||||||
get_geom_munger(const RenderState *state, Thread *current_thread) {
|
get_geom_munger(const RenderState *state, Thread *current_thread) {
|
||||||
RenderState::Mungers &mungers = state->_mungers;
|
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
|
// 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
|
// to this GSG. This is likely because we tend to visit the same
|
||||||
// state multiple times during a frame. Also, this might well be
|
// state multiple times during a frame. Also, this might well be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user