| 88 | } |
| 89 | |
| 90 | void zLightEffectFlickerSlow(_zLight* zlight, F32 seconds) |
| 91 | { |
| 92 | EffectFlicker(zlight, seconds, 0.2f, 0.3f); |
| 93 | } |
| 94 | |
| 95 | void zLightEffectFlickerErratic(_zLight* zlight, F32 seconds) |
| 96 | { |
nothing calls this directly
no test coverage detected