mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
LR click behav change/mouse clicks were sticky and causes unwanted behaviour on some fixture UIs
This commit is contained in:
@@ -32,6 +32,8 @@ class UIShare : UICanvas() {
|
||||
private var shareCode = ""
|
||||
|
||||
override fun show() {
|
||||
super.show()
|
||||
|
||||
shareCode = Common.encodeUUID(INGAME.world.worldIndex)
|
||||
|
||||
App.printdbg(this, shareCode)
|
||||
|
||||
Reference in New Issue
Block a user