فهرست منبع

need explicit run() in here, not in app

David Rose 16 سال پیش
والد
کامیت
e402dd2e43
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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:
         print e.args[0]
         sys.exit(1)
-        
-    
+    run()