pull/6/head
E. Almqvist 2 years ago
parent 1cd7922454
commit a5064ab471
  1. 2
      src/window.cpp

@ -31,8 +31,6 @@ void Window::spawn() {
}
void Window::updateSize(int w, int h) {
// int w, h;
// glfwGetWindowSize(win, &w, &h);
_width = w;
_height = h;
glViewport(0, 0, w, h);

Loading…
Cancel
Save