From b39975bf5177aa75d930f20b3062dc9a1ba4d677 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Tue, 9 Nov 2004 00:06:06 +0000 Subject: [PATCH] removed trailing whitespace --- direct/src/showbase/ShadowPlacer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/direct/src/showbase/ShadowPlacer.py b/direct/src/showbase/ShadowPlacer.py index 36d9cb5c70..e12364f50d 100755 --- a/direct/src/showbase/ShadowPlacer.py +++ b/direct/src/showbase/ShadowPlacer.py @@ -19,18 +19,18 @@ class ShadowPlacer(DirectObject.DirectObject): activeCount = 0 # special methods - def __init__(self, cTrav, shadowNodePath, + def __init__(self, cTrav, shadowNodePath, wallCollideMask, floorCollideMask): self.isActive = 0 # Is the placer "on". This is also printed in the debugCall. assert self.notify.debugCall() DirectObject.DirectObject.__init__(self) - self.setup(cTrav, shadowNodePath, + self.setup(cTrav, shadowNodePath, wallCollideMask, floorCollideMask) if __debug__: self.count += 1 self.debugDisplay() - def setup(self, cTrav, shadowNodePath, + def setup(self, cTrav, shadowNodePath, wallCollideMask, floorCollideMask): """ Set up the collisions