| 230 | } |
| 231 | |
| 232 | void xParSysExit(xParSys* t) |
| 233 | { |
| 234 | if (t->group != NULL) |
| 235 | { |
| 236 | xParGroupKillAllParticles(t->group); |
| 237 | xParGroupUnregister(t->group); |
| 238 | } |
| 239 | } |
| 240 | |
| 241 | S32 xParSysEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam, xBase* toParamWidget) |
| 242 | { |
no test coverage detected