From 3c6be0afd941d1d971ab717b047d4e10ee327212 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Sat, 17 May 2003 04:11:55 +0000 Subject: [PATCH] no stream writer - it is causing problems --- direct/src/showbase/ShowBase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 5fab3045a7..35f5add5cf 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -192,7 +192,8 @@ class ShowBase(DirectObject.DirectObject): # Route all of our DirectNotify output through the Panda level # 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 # us to detect when the user resizes, minimizes, or closes the