| 1104 | } |
| 1105 | |
| 1106 | void NetworkedAnimator::netElementsNeedStore() { |
| 1107 | for (auto& pair : m_stateInfo) |
| 1108 | pair.second.stateIndex.set(m_animatedParts.activeStateIndex(pair.first)); |
| 1109 | } |
| 1110 | |
| 1111 | } |
nothing calls this directly
no test coverage detected