Fixed BufferViewer bug

This commit is contained in:
Josh Yelon 2006-05-18 18:21:06 +00:00
parent eb0757e5f7
commit a8f09b9631
1 changed files with 2 additions and 2 deletions

View File

@ -280,8 +280,8 @@ class ShowBase(DirectObject.DirectObject):
self.multiClientSleep = 0
# Offscreen buffer viewing utility.
if self.config.GetBool('show-buffers', 0):
self.bufferViewer = BufferViewer()
# This needs to be allocated even if the viewer is off.
self.bufferViewer = BufferViewer()
# Start Tk and DIRECT if specified by Config.prc
fTk = self.config.GetBool('want-tk', 0)