diff --git a/code/game/src/debug_ui.c b/code/game/src/debug_ui.c index d6001ee..22b654d 100644 --- a/code/game/src/debug_ui.c +++ b/code/game/src/debug_ui.c @@ -226,11 +226,13 @@ static debug_item items[] = { .is_collapsed = 1 } }, +#if !defined(PLATFORM_WEB) { .kind = DITEM_BUTTON, .name = "exit game", .on_click = ActExitGame, }, +#endif {.kind = DITEM_END}, };