mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Clear time started unknown in MxDSAction
(#1604)
This should not be confused with `GetStartTime()`, as that represents the time offset from the SI file.
This commit is contained in:
@@ -815,7 +815,7 @@ void LegoAnimPresenter::StartingTickle()
|
||||
m_compositePresenter->VTable0x60(this);
|
||||
}
|
||||
else {
|
||||
m_action->SetUnknown90(Timer()->GetTime());
|
||||
m_action->SetTimeStarted(Timer()->GetTime());
|
||||
}
|
||||
|
||||
ProgressTickleState(e_streaming);
|
||||
|
Reference in New Issue
Block a user