Reset end time for installer when installer is started.

This commit is contained in:
Dario 2024-12-15 00:19:40 -03:00
parent 587b222483
commit 10c8858416

View file

@ -1104,6 +1104,7 @@ static void InstallerStart()
{
g_currentPage = WizardPage::Installing;
g_installerStartTime = ImGui::GetTime();
g_installerEndTime = DBL_MAX;
g_installerProgressRatioCurrent = 0.0f;
g_installerProgressRatioTarget = 0.0f;
g_installerFailed = false;