Resize fix
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m54s

This commit is contained in:
2024-08-21 13:20:42 -04:00
parent ec964dbee1
commit 8ce9a08951
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ CPMAddPackage(
CPMAddPackage(
NAME ReWindow
URL https://git.redacted.cc/Redacted/ReWindow/archive/Prerelease-11.zip
URL https://git.redacted.cc/Redacted/ReWindow/archive/Prerelease-12.zip
)
CPMAddPackage(

View File

@@ -27,6 +27,7 @@ namespace JGL {
void Update(const Vector2& window_size) {
wS = window_size;
glViewport(0, 0, wS.x, wS.y);
}