hide exit button in web build
parent
f97de43881
commit
80df7758cc
|
@ -226,11 +226,13 @@ static debug_item items[] = {
|
||||||
.is_collapsed = 1
|
.is_collapsed = 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
#if !defined(PLATFORM_WEB)
|
||||||
{
|
{
|
||||||
.kind = DITEM_BUTTON,
|
.kind = DITEM_BUTTON,
|
||||||
.name = "exit game",
|
.name = "exit game",
|
||||||
.on_click = ActExitGame,
|
.on_click = ActExitGame,
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
{.kind = DITEM_END},
|
{.kind = DITEM_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue