| 323 | for (i = 0; i < 0x18; i++) |
| 324 | { |
| 325 | memset(&goo->atomic, 0, sizeof(RpAtomic*)); |
| 326 | goo->state = zFXGooStateInactive; |
| 327 | goo++; |
| 328 | } |
| 329 | } |
| 330 | |
| 331 | // Regalloc |
| 332 | void zFXGooUpdateInstance(zFXGooInstance* goo, F32 dt) |
nothing calls this directly
no test coverage detected