fix(window): bug with swap interval
This commit is contained in:
@@ -107,6 +107,8 @@ Window *window_init(const char *title, unsigned char monitor_index,
|
||||
|
||||
use_window(window);
|
||||
|
||||
glfwSwapInterval(0);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user