support for up to ~10K particles

This commit is contained in:
devZoGok
2021-10-19 19:06:40 +03:00
parent 29cfd4ab4f
commit 088f1d6416
5 changed files with 49 additions and 14 deletions
+2
View File
@@ -43,6 +43,8 @@ namespace vb01{
c->update();
for(ParticleEmitter *p : emitters)
p->update();
/*
*/
}
}