Missed something- interface to lifter
This commit is contained in:
parent
cd2d4eccea
commit
df682afb29
|
|
@ -285,6 +285,7 @@ class GravityWalker(DirectObject.DirectObject):
|
|||
|
||||
def setGravity(self, gravity):
|
||||
self.__gravity = gravity
|
||||
self.lifter.setGravity(self.__gravity)
|
||||
|
||||
def getGravity(self, gravity):
|
||||
return self.__gravity
|
||||
|
|
|
|||
Loading…
Reference in New Issue