Skip to content

Commit

Permalink
# - was upside down
Browse files Browse the repository at this point in the history
  • Loading branch information
en-software committed Nov 30, 2023
1 parent 98d238a commit 81ab370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shader-engine.cpp
Expand Up @@ -121,9 +121,9 @@ namespace blooDot::ShaderEngine
GLfloat minu, maxu, minv, maxv;

minx = 0.0f;
miny = 0.0f;
miny = 768.0f;
maxx = 1024;
maxy = 768;
maxy = 0.0f;
minu = 0.0f;
maxu = 1.0f;
minv = 0.0f;
Expand Down

0 comments on commit 81ab370

Please sign in to comment.