mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-15 03:28:48 -06:00
no stream writer - it is causing problems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user