mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
wires are now visible when not selected, but gets covered by the terrain to make them appear natural
This commit is contained in:
@@ -54,7 +54,7 @@ class IngameController(val terrarumIngame: TerrarumIngame) : InputAdapter() {
|
||||
}
|
||||
}
|
||||
catch (e: GdxRuntimeException) {
|
||||
printdbg(this, e.message)
|
||||
printdbgerr(this, "Error initialising controller: ${e.message}")
|
||||
e.stackTrace.forEach { printdbgerr(this, "\t$it") }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user