Weave the two update loops together but only fire draw at the correct interval.
This can be accomplished by incrementing a variable for every tick of update and depending on the interval for the draw only executing the draw after X amount of intervals of update etc.
Weave the two update loops together but only fire draw at the correct interval.
This can be accomplished by incrementing a variable for every tick of update and depending on the interval for the draw only executing the draw after X amount of intervals of update etc.