Resize fix
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m54s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m54s
This commit is contained in:
@@ -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(
|
||||
|
@@ -27,6 +27,7 @@ namespace JGL {
|
||||
|
||||
void Update(const Vector2& window_size) {
|
||||
wS = window_size;
|
||||
glViewport(0, 0, wS.x, wS.y);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user