how can I configure a timed loop to execute upon entry, rather than waiting for the first delta time?
If my delta time is 10 seconds, I get my first execution after 10 seconds. I would like to execute the loop when it is initially entered (second 0) then wait every 10 seconds after that.
Thanks.