mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
deleting test code
This commit is contained in:
parent
bc70d28fc5
commit
7bcd6ca646
@ -61,6 +61,7 @@ class PhysicsWalker(DirectObject.DirectObject):
|
||||
self.isAirborne = 0
|
||||
self.highMark = 0
|
||||
|
||||
"""
|
||||
def spawnTest(self):
|
||||
assert(self.debugPrint("\n\nspawnTest()\n"))
|
||||
if not self.wantAvatarPhysicsIndicator:
|
||||
@ -103,6 +104,7 @@ class PhysicsWalker(DirectObject.DirectObject):
|
||||
name='platformIval%s' % fakeId,
|
||||
)
|
||||
self.moveIval.loop()
|
||||
"""
|
||||
|
||||
def setWalkSpeed(self, forward, jump, reverse, rotate):
|
||||
assert(self.debugPrint("setWalkSpeed()"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user