mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-10-31 10:16:07 +00:00
Disable speed monitors by default
This commit is contained in:
parent
f9321da4cd
commit
723130c5e0
@ -105,7 +105,7 @@ public class Apple2e extends Computer {
|
||||
public ZipWarpAccelerator accelerator;
|
||||
FPSMonitorDevice fpsCounters;
|
||||
@ConfigurableField(name = "Show speed monitors", shortName = "showFps")
|
||||
public boolean showSpeedMonitors = true;
|
||||
public boolean showSpeedMonitors = false;
|
||||
|
||||
/**
|
||||
* Creates a new instance of Apple2e
|
||||
|
Loading…
Reference in New Issue
Block a user