mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-21 20:18:06 +07:00
Enabled flow rates by default
This commit is contained in:
parent
50e8586dc2
commit
53e7c03730
@ -362,7 +362,7 @@ public class SettingsMenuDialog extends SettingsDialog{
|
||||
Core.settings.put("swapdiagonal", false);
|
||||
}
|
||||
|
||||
graphics.checkPref("flow", false);
|
||||
graphics.checkPref("flow", true);
|
||||
}
|
||||
|
||||
private void back(){
|
||||
|
Loading…
Reference in New Issue
Block a user