makeOutput() parameter list has changed

This commit is contained in:
David Rose 2006-06-15 14:03:08 +00:00
parent 1940682af9
commit 898f587386

View File

@ -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!