mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
fixed notificator UI
This commit is contained in:
@@ -103,8 +103,7 @@ class IngameController(val ingame: Ingame) : InputAdapter() {
|
||||
// screenshot key
|
||||
if (keycode == Input.Keys.F12 && !f12Down) {
|
||||
AppLoader.requestScreenshot()
|
||||
// FIXME
|
||||
//ingame.sendNotification(arrayOf("Screenshot taken", ""))
|
||||
ingame.sendNotification(arrayOf("Screenshot taken", ""))
|
||||
f12Down = true
|
||||
println("Screenshot taken.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user