Skip to content

Commit

Permalink
fix "no game" on web
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonliang-dev committed Jul 31, 2023
1 parent 9662edb commit cbe7d69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ sapp_desc sokol_main(int argc, char **argv) {
web_load_files();
ok = load_filesystem_archive(&g_app->archive, mount_dir);
}

g_app->mounted = true;
#else
if (argc == 1) {
String path = program_path();
Expand Down
2 changes: 1 addition & 1 deletion website/static/spry.js

Large diffs are not rendered by default.

Binary file modified website/static/spry.wasm
Binary file not shown.

0 comments on commit cbe7d69

Please sign in to comment.