1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 12:57:17 +03:00
This commit is contained in:
Anuken 2022-07-30 23:03:54 -04:00
parent a0c4ed11c6
commit 7df2a7ad43

View File

@ -401,7 +401,7 @@ public class PlacementFragment{
mainStack.update(() -> {
if(control.input.commandMode != wasCommandMode){
mainStack.clearChildren();
if(!mobile || !control.input.commandMode){
if(!control.input.commandMode){
mainStack.addChild(control.input.commandMode ? commandTable : blockCatTable);
//hacky, but forces command table to be same width as blocks