We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdede04 commit 66301d3Copy full SHA for 66301d3
1 file changed
src/main/cpp/gl/gl.cpp
@@ -117,7 +117,6 @@ void glClear(GLbitfield mask) {
117
118
INIT_CHECK_GL_ERROR
119
120
- GLES.glClear(mask);
121
CHECK_GL_ERROR_NO_INIT
122
123
if (global_settings.angle == AngleMode::Enabled &&
0 commit comments