[BUG] GetTimeRate() bugged

Started by rww, Jun 18, 2016, 06:23 AM

Previous topic - Next topic

rww

Description
GetTimeRate after 04rel004 update is bugged.

Reproducible
Always

What you were doing when the bug happened
[spoiler]
SetTimeRate(4000);
print(GetTimeRate());

return: 160

SetTimeRate(1000);
print(GetTimeRate());

return: 232
[/spoiler]

What you think caused the bug
Update squirrel plugin to 04rel004.
Join to Irrelevant Club Discord: https://discord.gg/MsPPZ5uV4X

vito


Thijn

GetTimeRate works fine for values below 256. I think the question is why you'd want to have such a high timerate in the first place.

KAKAN

Quote from: Thijn on Jun 18, 2016, 11:12 AMGetTimeRate works fine for values below 256. I think the question is why you'd want to have such a high timerate in the first place.
because SetTimeRate(1000) acts as the normal time rate of VC, i.e, 1 second.
oh no

Thijn

Quote from: KAKAN on Jun 18, 2016, 12:20 PM
Quote from: Thijn on Jun 18, 2016, 11:12 AMGetTimeRate works fine for values below 256. I think the question is why you'd want to have such a high timerate in the first place.
because SetTimeRate(1000) acts as the normal time rate of VC, i.e, 1 second.
Right :P

Stormeus