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:
Fabian Neundorf
2025-07-03 23:56:48 +02:00
committed by GitHub
parent 44d1ad13fe
commit 16c76c96f2
11 changed files with 22 additions and 22 deletions

View File

@@ -252,7 +252,7 @@ void MxMediaPresenter::Enable(MxBool p_enable)
if (p_enable) {
MxLong time = Timer()->GetTime();
m_action->SetUnknown90(time);
m_action->SetTimeStarted(time);
SetTickleState(e_repeating);
}
else {