fix particle textures not stored

This commit is contained in:
Moritz Zwerger 2023-12-18 22:32:20 +01:00
parent 2477dd09e6
commit b199ba8446
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -93,6 +93,7 @@ class ParticleRenderer(
for ((index, texture) in particle.textures.withIndex()) {
loaded[index] = context.textures.static.create(texture)
}
particle.loadedTextures = loaded
}
}