In our render-loop we\'ve always had a FPS limiter in the form of this_thread::sleep_until(Thisframe + milliseconds(1000 / 60)); but after compiling on the latest v
this_thread::sleep_until(Thisframe + milliseconds(1000 / 60));