[#18840] Joystick sensor lag
if(SDL_PollEvent(&sdl_event)) // if -> while fixed it removed 'm_buttonnum' was misleading, wasn't used as you expect. Added gravity to variable to world to be used by collada.
This commit is contained in:
@@ -84,6 +84,8 @@ class World:
|
||||
@ivar ipo: The world type ipo linked to this world object.
|
||||
@type textures: a tuple of Blender MTex objects.
|
||||
@ivar textures: The World's texture list. Empty texture channels contains None.
|
||||
@type gravity: float
|
||||
@ivar gravity: World physics gravity setting between 0.0 and 25.0
|
||||
"""
|
||||
|
||||
def getRange():
|
||||
|
||||
Reference in New Issue
Block a user