mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 10:05:44 -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_TabClick(void* s, void* w) {
|
||||
if (TabListOverlay_Instance.active) {
|
||||
if (tablist_active) {
|
||||
Gui_Remove((struct Screen*)&TabListOverlay_Instance);
|
||||
} else {
|
||||
TabListOverlay_Show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user