Blender Git Loki
Git Commits -> Revision eaf354e
Revision eaf354e by Brecht Van Lommel (master) September 23, 2013, 14:48 (GMT) |
Fix related to #36319: restore SDL_VIDEODRIVER=dummy environment variable, it seems that somehow not having this is causing keyboard events to be caught by SDL. This was removed because it broke addons that could use SDL, now set the environment variable only temporary during SDL initialization. This may have been causing issues with keyboard events getting missed in the game engine, but I couldn't confirm the issue here. |
Commit Details:
Full Hash: eaf354e222ec64dc0e258a53107ef1eca9ac341c
SVN Revision: 60334
Parent Commit: 97cb65d
Lines Changed: +45, -12