Browse Source

oops, forgot the global __report_indent variable

Josh Wilson 16 years ago
parent
commit
f5ba889b71
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/showbase/PythonUtil.py

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

@@ -3141,7 +3141,8 @@ def pstatcollect(scope, level = None):
         pass
 
     return decorator
-                
+
+__report_indent = 0
 def report(types = [], prefix = '', xform = None, notifyFunc = None, dConfigParam = []):
     """
     This is a decorator generating function.  Use is similar to