mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-04 11:17:14 -04:00
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:
parent
3b0f02bb0f
commit
21b934a4c6
@ -1125,6 +1125,7 @@ static void OnInit(void) {
|
|||||||
|
|
||||||
static void OnFree(void) {
|
static void OnFree(void) {
|
||||||
ClearTouches();
|
ClearTouches();
|
||||||
|
HotkeysText.count = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct IGameComponent Input_Component = {
|
struct IGameComponent Input_Component = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user