Explorar o código

need explicit run() in here, not in app

David Rose %!s(int64=16) %!d(string=hai) anos
pai
achega
e402dd2e43
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      direct/src/showbase/RunAppMF.py

+ 1 - 2
direct/src/showbase/RunAppMF.py

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