Răsfoiți Sursa

no stream writer - it is causing problems

Joe Shochet 22 ani în urmă
părinte
comite
3c6be0afd9
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      direct/src/showbase/ShowBase.py

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

@@ -192,7 +192,8 @@ class ShowBase(DirectObject.DirectObject):
 
 
         # Route all of our DirectNotify output through the Panda level
         # Route all of our DirectNotify output through the Panda level
         # ostream object from now on.
         # ostream object from now on.
-        directNotify.streamWriter = StreamWriter(ostream)
+        # This is causing problems - Joe
+        # directNotify.streamWriter = StreamWriter(ostream)
 
 
         # Now hang a hook on the window-event from Panda.  This allows
         # Now hang a hook on the window-event from Panda.  This allows
         # us to detect when the user resizes, minimizes, or closes the
         # us to detect when the user resizes, minimizes, or closes the