Fixed an issue when resizing the viewport, with a FPP and antialiasing would stop rendering
This commit is contained in:
parent
fbf2dd4497
commit
619a323b9d
@ -448,7 +448,7 @@ public class FilterPostProcessor implements SceneProcessor, Savable {
|
|||||||
cameraInit = true;
|
cameraInit = true;
|
||||||
computeDepth = false;
|
computeDepth = false;
|
||||||
|
|
||||||
if (renderFrameBuffer == null) {
|
if (renderFrameBuffer == null && renderFrameBufferMS == null) {
|
||||||
outputBuffer = viewPort.getOutputFrameBuffer();
|
outputBuffer = viewPort.getOutputFrameBuffer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user