mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 01:55:19 -04:00
Fix last commit
This commit is contained in:
parent
cfd95851d6
commit
a53325234b
@ -2085,7 +2085,7 @@ static void TouchScreen_PlaceClick(void* s, void* w) { InputHandler_PlaceBloc
|
|||||||
static void TouchScreen_PickClick(void* s, void* w) { InputHandler_PickBlock(); }
|
static void TouchScreen_PickClick(void* s, void* w) { InputHandler_PickBlock(); }
|
||||||
|
|
||||||
static void TouchScreen_TabClick(void* s, void* w) {
|
static void TouchScreen_TabClick(void* s, void* w) {
|
||||||
if (TabListOverlay_Instance.active) {
|
if (tablist_active) {
|
||||||
Gui_Remove((struct Screen*)&TabListOverlay_Instance);
|
Gui_Remove((struct Screen*)&TabListOverlay_Instance);
|
||||||
} else {
|
} else {
|
||||||
TabListOverlay_Show();
|
TabListOverlay_Show();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user