瀏覽代碼

Update to squeeze panda modules and not showBaseGlobals

Mark Mine 22 年之前
父節點
當前提交
2e89604634
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/showbase/pandaSqueezeTool.py

+ 1 - 1
direct/src/showbase/pandaSqueezeTool.py

@@ -340,7 +340,7 @@ try:
 except KeyError:
   print "Warning: environment variable DIRECT is not set."
   directroot = ""
-archivePath = directroot + "\src\showbase\\%(archive)s"
+archivePath = directroot + "\\lib\\py\\%(archive)s"
 f=open(archivePath,"rb")
 exec marshal.loads(%(zbegin)sf.read(%(loaderlen)d)%(zend)s)
 boot("%(app)s",f,%(size)d)