Updated the sdl version so it is just as usable as the pygame version.
This commit is contained in:
parent
6e27713ace
commit
9678939aa0
2 changed files with 24 additions and 22 deletions
2
vloed.py
2
vloed.py
|
|
@ -9,7 +9,7 @@ __version__ = 0.3
|
|||
__author__ = "Jan Klopper <jan@underdark.nl>"
|
||||
|
||||
if __name__ == '__main__':
|
||||
# avoid nasty eception on python closing time
|
||||
# avoid nasty exception on python closing time
|
||||
from gevent import spawn, monkey
|
||||
monkey.patch_all()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue