Unloads animation data using populated animCount field, which is set by Load() method.
| 28 | |
| 29 | // Unloads animation data using populated animCount field, which is set by Load() method. |
| 30 | ~ModelAnimation() { Unload(); } |
| 31 | |
| 32 | /** |
| 33 | * Load model animations from file |
nothing calls this directly
no outgoing calls
no test coverage detected