Quote:
Originally Posted by Hezzy002
setTimer is frame-based, not time-based.
|
It is time-based... a timer of 0.05 triggers every 0.05 seconds. Graal is 20fps, meaning it's running at 20 frames a second, so 1 second / 20 frames = 0.05, or the lowest timeout possible.