From 17ed6fc29a813a7a1332a7ed1525e0f42558c200 Mon Sep 17 00:00:00 2001 From: Greg Wiatroski Date: Wed, 14 Jul 2004 21:51:17 +0000 Subject: [PATCH] Fixed logic error in drawInFront --- direct/src/actor/Actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 111e96d893..dede0d4173 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -814,7 +814,7 @@ class Actor(PandaObject, NodePath): not extend beyond backPart, and that backPart is mostly flat (not self-occluding). - If mode >= 0, the frontPart geometry is placed in the 'fixed' + If mode > 0, the frontPart geometry is placed in the 'fixed' bin, with the indicated drawing order. This will cause it to be drawn after almost all other geometry. In this case, the backPartName is actually unused.