mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-01 09:48:05 -04:00
Reset end time for installer when installer is started.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user