Skip to content

Commit 503d505

Browse files
committed
debug
1 parent 8ba15e9 commit 503d505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-core/src/main/java/com/jme3/renderer/opengl/GLRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ private void loadCapabilitiesCommon() {
566566
caps.add(Caps.FrameBufferBlit);
567567
}
568568

569-
if (hasExtension("GL_EXT_framebuffer_multisample") || caps.contains(Caps.OpenGL30)
569+
if (hasExtension("GL_EXT_framebuffer_multisample")
570570
|| caps.contains(Caps.OpenGLES30) || caps.contains(Caps.WebGL)) {
571571
caps.add(Caps.FrameBufferMultisample);
572572
limits.put(Limits.FrameBufferSamples, getInteger(GLExt.GL_MAX_SAMPLES_EXT));

0 commit comments

Comments
 (0)