Update leenkx/Sources/iron/Scene.hx

This commit is contained in:
Onek8 2025-05-22 21:52:06 +00:00
parent 7565818d0e
commit 205d4ccc41

View File

@ -775,6 +775,7 @@ class Scene {
// Attach particle systems
#if lnx_particles
if (o.particle_refs != null) {
cast(object, MeshObject).render_emitter = o.render_emitter;
for (ref in o.particle_refs) cast(object, MeshObject).setupParticleSystem(sceneName, ref);
}
#end