Closed Rafale25 closed 2 years ago
Cannot set wnd.vsync when using moderngl_window.WindowConfig
self.wnd.vsync = True AttributeError: can't set attribute
workaround is to use wnd._window.set_vsync(True)
wnd._window.set_vsync(True)
Should be fixed in 2.4.2
Cannot set wnd.vsync when using moderngl_window.WindowConfig
workaround is to use
wnd._window.set_vsync(True)