diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-07 20:03:10 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-07 20:03:10 -0400 |
| commit | 8cdb8016dedf16caf1bf5ad0eeb9d8b13e00ca2a (patch) | |
| tree | 37c16b435dccd58f4d7d80926f4641e9a78ac918 /2026/examples/raylib | |
| parent | ba560f205799501e95c46b9159e4dcb041c0bb86 (diff) | |
Update
Diffstat (limited to '2026/examples/raylib')
| -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 a070382..da9383a 100644 --- a/2026/examples/raylib/main.c +++ b/2026/examples/raylib/main.c @@ -11,7 +11,7 @@ int main(int argc, char **argv) { while (!WindowShouldClose()) { if (!started) { double difficulty = EM_ASM_DOUBLE({return window.lcolonqJamStart || -1.0;}); - printf("difficulty: %f\n", difficulty); + // printf("difficulty: %f\n", difficulty); if (difficulty > 0.0) { started = true; emscripten_run_script("window.parent.postMessage({op: \"started\"});"); |
