mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
changed import scope
This commit is contained in:
parent
e10c02b21d
commit
7029c5bc4f
@ -221,7 +221,7 @@ class PhysicsWalker(DirectObject.DirectObject):
|
||||
physicsActor=NodePath(self.actorNode)
|
||||
avatarNodePath.reparentTo(physicsActor)
|
||||
avatarNodePath.assign(physicsActor)
|
||||
self.phys=PhysicsManager.PhysicsManager()
|
||||
self.phys=PhysicsManager()
|
||||
|
||||
fn=ForceNode("gravity")
|
||||
fnp=NodePath(fn)
|
||||
|
@ -233,7 +233,7 @@ class ShipPilot(PhysicsWalker.PhysicsWalker):
|
||||
|
||||
self.takedownPhysics()
|
||||
self.nodes = []
|
||||
self.phys=PhysicsManager.PhysicsManager()
|
||||
self.phys=PhysicsManager()
|
||||
|
||||
if 0:
|
||||
# Connect to Physics Manager:
|
||||
|
Loading…
x
Reference in New Issue
Block a user