mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 14:04:05 +09:00
light whitewash version 1
This commit is contained in:
@@ -89,6 +89,7 @@ internal object LightmapHDRMap : Disposable {
|
||||
inline operator fun get(index: Int) = ptr.getFloat(4L * index)
|
||||
|
||||
val lastIndex = THE_LUT.lastIndex
|
||||
val size = lastIndex + 1
|
||||
|
||||
override fun dispose() {
|
||||
ptr.destroy()
|
||||
|
||||
Reference in New Issue
Block a user