this will only happen with giant timer steps, but we should probably break out and consider resetting the accumulator since the idea is not to catch up so much as tick at a constant rate if possible - if something like that is happening, clearly it's not possible and we should probably early out. Something like 4 or 5 iterations is a reasonable threshold.
this will only happen with giant timer steps, but we should probably break out and consider resetting the accumulator since the idea is not to catch up so much as tick at a constant rate if possible - if something like that is happening, clearly it's not possible and we should probably early out. Something like 4 or 5 iterations is a reasonable threshold.