We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 846f671 + 13280f1 commit 89a33d2Copy full SHA for 89a33d2
platform/linuxbsd/x11/gl_manager_x11.cpp
@@ -330,10 +330,6 @@ Error GLManager_X11::initialize() {
330
}
331
332
void GLManager_X11::set_use_vsync(bool p_use) {
333
- static PFNGLXSWAPINTERVALEXTPROC glXSwapIntervalEXT = nullptr;
334
- static PFNGLXSWAPINTERVALSGIPROC glXSwapIntervalMESA = nullptr;
335
- static PFNGLXSWAPINTERVALSGIPROC glXSwapIntervalSGI = nullptr;
336
-
337
// force vsync in the editor for now, as a safety measure
338
bool is_editor = Engine::get_singleton()->is_editor_hint();
339
if (is_editor) {
0 commit comments