Allow resizable window in native build
This commit is contained in:
parent
e24b600723
commit
530920c811
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ int main() {
|
||||||
{
|
{
|
||||||
Game game{};
|
Game game{};
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
||||||
|
|
||||||
while (!WindowShouldClose()) {
|
while (!WindowShouldClose()) {
|
||||||
jumpartifact_demo_update(&game);
|
jumpartifact_demo_update(&game);
|
||||||
|
|
Loading…
Reference in a new issue