From cee502089c1e216aa26436a4551fd155b37e559c Mon Sep 17 00:00:00 2001 From: _Tradam Date: Sun, 16 Jan 2022 21:54:48 -0500 Subject: test --- src/example.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/example.c b/src/example.c index 7bf3500..0f2cc07 100644 --- a/src/example.c +++ b/src/example.c @@ -15,7 +15,7 @@ mrb_c_method(mrb_state *mrb, mrb_value self) // Initialization //-------------------------------------------------------------------------------------- InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window"); - +/* #if defined(PLATFORM_WEB) printf("Web!\n"); emscripten_set_main_loop(UpdateDrawFrame, 0, 1); @@ -30,6 +30,10 @@ mrb_c_method(mrb_state *mrb, mrb_value self) UpdateDrawFrame(); } #endif +*/ + while (true) + { + } // De-Initialization //-------------------------------------------------------------------------------------- -- cgit v1.2.3