| 119 | } |
| 120 | |
| 121 | static void StopAnimation(Animation* anim, bool finished) |
| 122 | { |
| 123 | anim->m_Finished = finished; |
| 124 | anim->m_Playing = 0; |
| 125 | } |
| 126 | |
| 127 | static void StopAnimations(AnimWorld* world, uint16_t* head_ptr, dmhash_t component_id, dmhash_t property_id) |
| 128 | { |
no outgoing calls
no test coverage detected