mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 16:46:07 +09:00
lightmap blurring simplified
This commit is contained in:
@@ -99,7 +99,7 @@ class UIItemTextLineInput(
|
||||
Pixmap.Format.RGBA8888,
|
||||
width - 2 * UI_TEXT_MARGIN - 2 * (WIDTH_ONEBUTTON + 3),
|
||||
height - 2 * UI_TEXT_MARGIN,
|
||||
true
|
||||
false
|
||||
)
|
||||
|
||||
var isActive: Boolean = false // keep it false by default!
|
||||
@@ -283,7 +283,7 @@ class UIItemTextLineInput(
|
||||
else if (keycodes.containsSome(Input.Keys.ENTER, Input.Keys.NUMPAD_ENTER)) {
|
||||
endComposing()
|
||||
|
||||
println("END COMPOSING!!")
|
||||
// println("END COMPOSING!!")
|
||||
}
|
||||
// accept:
|
||||
// - literal "<"
|
||||
|
||||
Reference in New Issue
Block a user