mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Fixed #7260
This commit is contained in:
parent
a0c4ed11c6
commit
7df2a7ad43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user