mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-07-11 01:24:03 +02: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