jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

#2224 Fix bug where the clipRect would be left in the openGL state #2225

Closed richardTingle closed 3 months ago

richardTingle commented 3 months ago

Fix bug where the clipRect would be left in the openGL state leading to surprising (clipped) results when later using GLRenderer#copyFrameBuffer

closes #2224

scenemax3d commented 3 months ago

Hi @richardTingle , Was this tested with v3.7 as well or just with master branch?

richardTingle commented 3 months ago

I tested that the bug existed in 3.6 and master, but I tested the fix only in a locally built master