Fix compile error

GetDouble has been removed.
This commit is contained in:
Kawe Mazidjatari 2023-09-04 09:49:15 +02:00
parent 7e247d9943
commit a994da728d

View File

@ -167,7 +167,7 @@ void CBrowser::RunTask()
bInitialized = true;
}
if (timer.GetDurationInProgress().GetSeconds() > pylon_host_update_interval->GetDouble())
if (timer.GetDurationInProgress().GetSeconds() > pylon_host_update_interval->GetFloat())
{
UpdateHostingStatus();
timer.Start();