mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
lightmap blurring simplified
This commit is contained in:
@@ -44,7 +44,7 @@ class UIItemTextSelector(
|
||||
override val height = 24
|
||||
private val buttonW = 30
|
||||
|
||||
private val fbo = FrameBuffer(Pixmap.Format.RGBA8888, width - 2*buttonW - 6, height - 4, true)
|
||||
private val fbo = FrameBuffer(Pixmap.Format.RGBA8888, width - 2*buttonW - 6, height - 4, false)
|
||||
|
||||
var selection = initialSelection
|
||||
private var fboUpdateLatch = true
|
||||
|
||||
Reference in New Issue
Block a user