Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/api/Game.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-04-03 08:42:38 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-04-03 08:42:38 (GMT)
commitb4d898811bacc71af8c40d5641d4ce186619c0ae (patch)
tree7abe9065a56662a13e56fb496ea735faa3c1df5c /src/api/Game.py
parent9e2bbf5cd7fdf9f0c4a839fc5a38c466177dd1e2 (diff)
add pygame quit call
Diffstat (limited to 'src/api/Game.py')
-rwxr-xr-xsrc/api/Game.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/Game.py b/src/api/Game.py
index e064541..84ab92a 100755
--- a/src/api/Game.py
+++ b/src/api/Game.py
@@ -56,6 +56,8 @@ class CGame(object):
self.mState = None
self.mBackground = None
self.mInstance = None
+ # destroy pygame
+ pygame.quit()
print "destroy"
def init(self):