mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
need explicit run() in here, not in app
This commit is contained in:
parent
a5e0de3988
commit
e402dd2e43
@ -103,5 +103,4 @@ if __name__ == '__main__':
|
|||||||
except ArgumentError, e:
|
except ArgumentError, e:
|
||||||
print e.args[0]
|
print e.args[0]
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
run()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user