mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 19:05:02 -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()) {
|
for ((index, texture) in particle.textures.withIndex()) {
|
||||||
loaded[index] = context.textures.static.create(texture)
|
loaded[index] = context.textures.static.create(texture)
|
||||||
}
|
}
|
||||||
|
particle.loadedTextures = loaded
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user