mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
disabled debug network rendering
This commit is contained in:
parent
cfff33cc4b
commit
ac1bb3847d
@ -26,7 +26,7 @@ class Settings(config: Config) {
|
||||
val textAntiAlias = config.getBoolean("client.textAntiAlias")
|
||||
val pasteShortcut = config.getStringList("client.pasteShortcut").toSet
|
||||
val robotLabels = config.getBoolean("client.robotLabels")
|
||||
val rTreeDebugRenderer = true // *Not* to be configurable via config file.
|
||||
val rTreeDebugRenderer = false // *Not* to be configurable via config file.
|
||||
|
||||
// ----------------------------------------------------------------------- //
|
||||
// computer
|
||||
|
Loading…
x
Reference in New Issue
Block a user