Fix invisible turret and broken RTG generators

This commit is contained in:
Anuken
2017-12-17 10:34:30 -05:00
parent 9f9f153125
commit 1b3d964b83
9 changed files with 25 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ public class DesktopLauncher {
config.setMaximized(true);
config.setWindowedMode(960, 540);
config.setWindowIcon("sprites/icon.png");
//config.useVsync(false);
config.useVsync(false);
Mindustry.platforms = new PlatformFunction(){
SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm");