disabled debug network rendering

This commit is contained in:
Florian Nücke 2014-03-10 22:33:55 +01:00
parent cfff33cc4b
commit ac1bb3847d

View File

@ -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