moderngl / moderngl-window

A cross platform utility library for ModernGL making window creation and resource loading simple
MIT License
245 stars 60 forks source link

wnd.vsync not exposed #155

Closed Rafale25 closed 2 years ago

Rafale25 commented 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)

einarf commented 2 years ago

Should be fixed in 2.4.2