mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compile error
GetDouble has been removed.
This commit is contained in:
parent
7e247d9943
commit
a994da728d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user