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

Metal shader placeholder

This commit is contained in:
Jack Andersen
2016-02-15 22:52:22 -10:00
parent 6614171283
commit 3953f88dcf
8 changed files with 332 additions and 10 deletions

View File

@@ -689,7 +689,7 @@ void CElementGen::CreateNewParticles(int count)
if (!g_StaticListInitialized)
Initialize();
if (x2c_particleLists.size() >= x70_MAXP)
if (!count || x2c_particleLists.size() >= x70_MAXP)
return;
if (count + x2c_particleLists.size() > x70_MAXP)