How can I keep track of how many times this value passes a multiple of 175 even if it doesn’t hit exactly a multiple of it?
I am trying to create an animation system and need to keep track of how much time has passed so that I can change the frame of the animation on time. However I am having trouble keeping track of when “t”, the total time in milliseconds, passes a set integer, 175, because the framerate of 60 causes uncommon numbers.