Fix bug with accum bits being requested for FBO
This commit is contained in:
parent
d11cafc374
commit
1d9f18139c
|
|
@ -294,7 +294,7 @@ class FilterManager(DirectObject):
|
|||
|
||||
winprops = WindowProperties()
|
||||
winprops.setSize(xsize, ysize)
|
||||
props = FrameBufferProperties(self.win.getFbProperties())
|
||||
props = FrameBufferProperties(FrameBufferProperties.getDefault())
|
||||
props.setBackBuffers(0)
|
||||
props.setRgbColor(1)
|
||||
props.setDepthBits(depthbits)
|
||||
|
|
|
|||
Loading…
Reference in New Issue