]> git.mxchange.org Git - flightgear.git/commit
Make use of SGTimeStamp::sleepUntil for accurate sleeping.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 28 Oct 2011 15:02:19 +0000 (17:02 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 28 Oct 2011 15:43:47 +0000 (17:43 +0200)
commit81cab66c2c00f44102951c113a073240d4afc547
tree2da4864f0d725068a01491ad82400957e02daecf
parent0bd7078c42aa7c24c3e15b81a718640a47bf9012
Make use of SGTimeStamp::sleepUntil for accurate sleeping.

For use with frame rate throtteling make use of
SGTimeStamp::sleepUntil. This function should cover the
system dependent parts of accurate sleeps and should
move the system dependent code out of the time manager.
src/Time/TimeManager.cxx