mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Reset end time for installer when installer is started.
This commit is contained in:
parent
587b222483
commit
10c8858416
1 changed files with 1 additions and 0 deletions
|
|
@ -1104,6 +1104,7 @@ static void InstallerStart()
|
||||||
{
|
{
|
||||||
g_currentPage = WizardPage::Installing;
|
g_currentPage = WizardPage::Installing;
|
||||||
g_installerStartTime = ImGui::GetTime();
|
g_installerStartTime = ImGui::GetTime();
|
||||||
|
g_installerEndTime = DBL_MAX;
|
||||||
g_installerProgressRatioCurrent = 0.0f;
|
g_installerProgressRatioCurrent = 0.0f;
|
||||||
g_installerProgressRatioTarget = 0.0f;
|
g_installerProgressRatioTarget = 0.0f;
|
||||||
g_installerFailed = false;
|
g_installerFailed = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue