diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-02 04:31:13 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-02 04:31:13 -0400 |
| commit | 45e643d306e5fccfbf21fa75373a66275212cdb2 (patch) | |
| tree | 8c4593ca5adefd423e70a311220e63fdd7dfe6bd /2026/examples/raylib/main.c | |
| parent | ab80e4583b53a7b424563cbd17ba2bf95e168cc9 (diff) | |
Multiple games loaded at once
Diffstat (limited to '2026/examples/raylib/main.c')
| -rw-r--r-- | 2026/examples/raylib/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2026/examples/raylib/main.c b/2026/examples/raylib/main.c index c047aa7..a070382 100644 --- a/2026/examples/raylib/main.c +++ b/2026/examples/raylib/main.c @@ -21,7 +21,7 @@ int main(int argc, char **argv) { if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT)) { printf("clicked\n"); emscripten_run_script("window.parent.postMessage({op: \"done\", win: false});"); - return 0; + started = false; } BeginDrawing(); ClearBackground(RED); |
