mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
parent
f25532db78
commit
11808862f2
@ -829,9 +829,10 @@ class ShowBase(DirectObject.DirectObject):
|
||||
win.requestProperties(props)
|
||||
|
||||
mainWindow = False
|
||||
if self.win == None:
|
||||
if self.win is None:
|
||||
mainWindow = True
|
||||
self.win = win
|
||||
self.bufferViewer.win = win
|
||||
|
||||
self.winList.append(win)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user