Fixed an issue when resizing the viewport, with a FPP and antialiasing would stop rendering

This commit is contained in:
Nehon 2016-06-02 18:53:27 +02:00
parent fbf2dd4497
commit 619a323b9d

View File

@ -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();
} }