mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
makeOutput() parameter list has changed
This commit is contained in:
parent
1940682af9
commit
898f587386
@ -447,7 +447,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
flags = flags | GraphicsPipe.BFRefuseWindow
|
||||
|
||||
win = self.graphicsEngine.makeOutput(pipe, name, 0, fbprops,
|
||||
props.getXSize(), props.getYSize(), flags)
|
||||
props, flags)
|
||||
|
||||
if win == None:
|
||||
# Couldn't create a window!
|
||||
|
Loading…
x
Reference in New Issue
Block a user