Removes Unattach from emitter

We don't really need that proxy. As the main idea is to move the
ownership from a model to the particle manager.
This commit is contained in:
Vladislav Belov
2026-06-28 17:34:03 +02:00
parent 961dfc9279
commit 8491b7f084
4 changed files with 7 additions and 17 deletions
+1
View File
@@ -61,6 +61,7 @@ CParticleEmitterTypePtr CParticleManager::LoadEmitterType(const VfsPath& path)
void CParticleManager::AddUnattachedEmitter(const CParticleEmitterPtr& emitter)
{
emitter->m_Active = false;
m_UnattachedEmitters.push_back(emitter);
}