Ok, this is odd.
I was just testing my Timer class and for some reason both win32 Sleep and C++ std::this_thread::sleep_for are unable to sleep for less than around 15ms.
Even just a bare for loop doing Sleep(1) 100 times results in a delay or around 1.5s.
I even made a new project with just this (the pic) and it took 15s to run.
Has win 10 changed sleep precision?
I'll reboot and see what happens.
