jMonkeyEngine / jmonkeyengine

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

solution for issue #2250 (exceptions from Image.setMultiSamples(1)) #2251

Closed stephengold closed 4 months ago

stephengold commented 5 months ago

This pull request adds automated tests for issue #2250. It then solves the issue by skipping (if multiSamples==1) the checks that throw exceptions related to multisampling.

stephengold commented 4 months ago

Unless there's substantive discussion, I plan to integrate this PR in about 48 hours.