Remove bad logging
This commit is contained in:
parent
78e1081aba
commit
9dd9b852de
|
@ -16,7 +16,6 @@ object ClickGui: SnowyScreen() {
|
|||
components.forEach {
|
||||
if (((d >= it.x) && (d <= (it.x + it.width))) and ((e >= it.y) && (e <= (it.y + it.height))) and !GuiDragging) {
|
||||
GuiDragging = true
|
||||
Snowy.logs.info("$d, $e")
|
||||
it.x = d.minus(f) + (d - (it.x + it.width))
|
||||
it.y = e.minus(g) + (e - (it.y + it.height))
|
||||
} else GuiDragging = false
|
||||
|
|
Loading…
Reference in New Issue