[#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:
2009-05-28 13:44:32 +00:00
parent 6ac072e1bd
commit 8c4620f3d3
6 changed files with 55 additions and 39 deletions

View File

@@ -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():