mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-06 03:44:00 -04:00
*** empty log message ***
This commit is contained in:
parent
f7bd059eaa
commit
4dbaaaba47
@ -121,7 +121,7 @@ class ControlManager:
|
|||||||
# print "Controls are already", name
|
# print "Controls are already", name
|
||||||
else:
|
else:
|
||||||
print "Unkown controls:", name
|
print "Unkown controls:", name
|
||||||
|
|
||||||
def setSpeeds(self, forwardSpeed, jumpForce,
|
def setSpeeds(self, forwardSpeed, jumpForce,
|
||||||
reverseSpeed, rotateSpeed):
|
reverseSpeed, rotateSpeed):
|
||||||
assert self.notify.debugCall(id(self))
|
assert self.notify.debugCall(id(self))
|
||||||
|
@ -810,7 +810,6 @@ class ShipPilot(PhysicsWalker.PhysicsWalker):
|
|||||||
self.ignore("control-f3") #*#
|
self.ignore("control-f3") #*#
|
||||||
self.ignore("f3")
|
self.ignore("f3")
|
||||||
|
|
||||||
|
|
||||||
if __debug__:
|
if __debug__:
|
||||||
def setupAvatarPhysicsIndicator(self):
|
def setupAvatarPhysicsIndicator(self):
|
||||||
if self.wantDebugIndicator:
|
if self.wantDebugIndicator:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user