File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3135,8 +3135,6 @@ Render3DError OpenGLRenderer::ApplyRenderingSettings(const GFX3D_State &renderSt
31353135 return OGLERROR_BEGINGL_FAILED;
31363136 }
31373137
3138- glFinish ();
3139-
31403138 const bool didSelectedMultisampleSizeChange = (this ->_selectedMultisampleSize != CommonSettings.GFX3D_Renderer_MultisampleSize );
31413139 const bool didEmulateNDSDepthCalculationChange = (this ->_emulateNDSDepthCalculation != CommonSettings.OpenGL_Emulation_NDSDepthCalculation );
31423140 const bool didEnableTextureSmoothingChange = (this ->_enableTextureSmoothing != CommonSettings.GFX3D_Renderer_TextureSmoothing );
@@ -3200,7 +3198,6 @@ Render3DError OpenGLRenderer::ApplyRenderingSettings(const GFX3D_State &renderSt
32003198 }
32013199 }
32023200
3203- glFinish ();
32043201 ENDGL ();
32053202 return error;
32063203}
You can’t perform that action at this time.
0 commit comments