mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 19:05:02 -04:00
model baking: reverse elements
Now the grass overlay is properly shown
This commit is contained in:
parent
206fcef5e1
commit
16e465a122
@ -24,7 +24,7 @@ object BakingUtil {
|
||||
val array: Array<Array<T>?> = arrayOfNulls(size)
|
||||
|
||||
for ((index, entries) in this.withIndex()) {
|
||||
array[index] = entries.toTypedArray()
|
||||
array[index] = entries.toTypedArray().reversedArray()
|
||||
}
|
||||
|
||||
return array.cast()
|
||||
|
Loading…
x
Reference in New Issue
Block a user