fix stretched UI on pc

old-commit-hash: 16f40e6ff3f19af9d6d9c68fafbf142f5eb61271
This commit is contained in:
Adeeb Shihadeh
2020-09-14 19:05:36 -07:00
parent fb77feccd8
commit 64b92f49da
+1 -1
View File
@@ -67,10 +67,10 @@ void GLWindow::initializeGL() {
std::cout << "OpenGL language version: " << glGetString(GL_SHADING_LANGUAGE_VERSION) << std::endl;
ui_state = new UIState();
ui_init(ui_state);
ui_state->sound = &sound;
ui_state->fb_w = vwp_w;
ui_state->fb_h = vwp_h;
ui_init(ui_state);
timer->start(50);
}