| 1816 | } |
| 1817 | |
| 1818 | void TriGeometryRes::Reload() |
| 1819 | { |
| 1820 | CancelPendingLoad(); |
| 1821 | NotifyReleaseCachedData(); |
| 1822 | #if WITH_GRANNY |
| 1823 | ClearGrannyData(); |
| 1824 | #endif |
| 1825 | ClearCMFData(); |
| 1826 | BlueAsyncRes::Reload(); |
| 1827 | } |
| 1828 | |
| 1829 | TriGeometryResSkeletonData::TriGeometryResSkeletonData() : |
| 1830 | m_joints( "TriGeometryResSkeletonData/m_joints" ) |
no outgoing calls
no test coverage detected