2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

Add ability to reset particle system

This commit is contained in:
2016-02-17 20:44:06 -08:00
parent 365f6ac9e7
commit 8cd46293c2
5 changed files with 21 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ public:
CLight GetLight() const;
bool GetParticleEmission() const;
void DestroyParticles();
void Reset() {}
};
}