slyh80
Results
1
comments of
slyh80
I suspect class RenderManager (line 334) as part of the problem. ``` for (ViewPort vp : viewPorts) { if (vp.getOutputFrameBuffer() == null) { Camera cam = vp.getCamera(); cam.resize(w, h, true);...