Renamed m_current_time to m_time_current to simplify root bone sampling.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user