浏览代码

fix crash in ShowBase.printEnvDebugInfo. fixes: LP#1021465

rdb 13 年之前
父节点
当前提交
d3d69aca60
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      direct/src/showbase/ShowBase.py

+ 0 - 4
direct/src/showbase/ShowBase.py

@@ -454,10 +454,6 @@ class ShowBase(DirectObject.DirectObject):
            print getModelPath()
            #print "* dna path:"
            #print getDnaPath()
-           print "* texture path:"
-           print getTexturePath()
-           print "* sound path:"
-           print getSoundPath()
            print "}"
 
     def destroy(self):