So I have a variable attemptedFPS. This is how many times my loops will be run per second. Example loop: So for example if the attemptedFPS is set to 50, that loop would run every 20 milliseconds (which would add up to 50/second). My issue comes in having the same output no matter what the attemptedFPS is set to. I