Renamed m_current_time to m_time_current to simplify root bone sampling.

This commit is contained in:
Martin Felis
2021-12-03 15:58:20 +01:00
parent 1e1d36c5b1
commit b8d863c8e1
8 changed files with 73 additions and 54 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ struct LockTranslationNode : public AnimNode {
bool m_lock_y;
bool m_lock_z;
virtual void Reset() { m_current_time = 0.f; }
virtual void Reset() { m_time_current = 0.f; }
virtual void UpdateIsSynced(bool is_synced) override {
m_is_time_synced = is_synced;