mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 10:55:01 -04:00
fix particle textures not stored
This commit is contained in:
parent
2477dd09e6
commit
b199ba8446
@ -93,6 +93,7 @@ class ParticleRenderer(
|
||||
for ((index, texture) in particle.textures.withIndex()) {
|
||||
loaded[index] = context.textures.static.create(texture)
|
||||
}
|
||||
particle.loadedTextures = loaded
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user