Unlike Delays timers don’t execute at all if they are called with Zero delay. If you use a really short delay, it’ll be called the next frame.
The solution is to just call the same function directly when setting up the timer.
Unlike Delays timers don’t execute at all if they are called with Zero delay. If you use a really short delay, it’ll be called the next frame.
The solution is to just call the same function directly when setting up the timer.