This commit is contained in:
Rakarake 2025-12-25 23:06:54 +01:00
parent ae999d1b83
commit 72a53cb6c8
3 changed files with 4 additions and 6 deletions

View file

@ -141,8 +141,6 @@ void render(Renderer *state, int w, int h, double time, char *shader_path, int r
state->shader_path = shader_path;
}
checkGlError();
// Rendorrrr
glViewport(0, 0, w, h);