mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
changed debug output
This commit is contained in:
parent
9b83e3112f
commit
6893156b4c
@ -272,9 +272,12 @@ class ShowBase(DirectObject.DirectObject):
|
|||||||
"""
|
"""
|
||||||
if self.config.GetBool('want-env-debug-info', 0):
|
if self.config.GetBool('want-env-debug-info', 0):
|
||||||
print "\n\nEnvironment Debug Info {"
|
print "\n\nEnvironment Debug Info {"
|
||||||
print "* model path:", getModelPath()
|
print "* model path:"
|
||||||
print "* texture path:", getTexturePath()
|
print getModelPath()
|
||||||
print "* sound path:", getSoundPath()
|
print "* texture path:"
|
||||||
|
print getTexturePath()
|
||||||
|
print "* sound path:"
|
||||||
|
print getSoundPath()
|
||||||
print "}"
|
print "}"
|
||||||
|
|
||||||
def exitfunc(self):
|
def exitfunc(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user