shader builders

This commit is contained in:
2018-12-11 02:02:53 -05:00
parent abf32feb0d
commit aad1854d7e
7 changed files with 165 additions and 39 deletions

View File

@@ -93,7 +93,7 @@ void App::center(GLFWmonitor *monitor) {
getSize(&w, &h);
setPos(x + (mode->width - w) / 2,
y + (mode->height - h) / 2);
y + (mode->height - h) / 2);
}
void App::close() {