i need dis
This commit is contained in:
parent
5c681a0346
commit
f950b01dbf
|
|
@ -1624,6 +1624,7 @@ class ShowBase(DirectObject.DirectObject):
|
|||
|
||||
if not self.physicsMgr:
|
||||
from PhysicsManagerGlobal import physicsMgr
|
||||
from panda3d.physics import LinearEulerIntegrator
|
||||
self.physicsMgr = physicsMgr
|
||||
integrator = LinearEulerIntegrator()
|
||||
self.physicsMgr.attachLinearIntegrator(integrator)
|
||||
|
|
|
|||
Loading…
Reference in New Issue