Mobile: Fix server defined hotkeys still persisting after you quit the server, and then join a different server or singleplayer

This commit is contained in:
UnknownShadow200 2022-09-10 18:10:52 +10:00
parent 3b0f02bb0f
commit 21b934a4c6

View File

@ -1125,6 +1125,7 @@ static void OnInit(void) {
static void OnFree(void) {
ClearTouches();
HotkeysText.count = 0;
}
struct IGameComponent Input_Component = {