fixed timer listening
This commit is contained in:
parent
a98eebee3b
commit
d84017d4c1
@ -72,6 +72,6 @@ class TimerListening {
|
||||
if (!$time) {
|
||||
$time = microtime(true);
|
||||
}
|
||||
return ($this->lastTrigger + $this->deltaTime > $time);
|
||||
return ($this->lastTrigger + $this->deltaTime <= $time);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user