]> git.mxchange.org Git - flightgear.git/commit
Modified FGSubsystem::update() to take an int parameter for delta time
authordavid <david>
Sat, 22 Dec 2001 23:18:28 +0000 (23:18 +0000)
committerdavid <david>
Sat, 22 Dec 2001 23:18:28 +0000 (23:18 +0000)
commit2b34388ea671ba65d7e7dafb36f9d20dfec01f5a
tree6b8cf08830bed3e55b3bce4bf008c7fc83b67e46
parent22c472bb171049c2aadd6156ef4e18005271e06b
Modified FGSubsystem::update() to take an int parameter for delta time
(i.e. multiloop).  Most subsystems currently ignore the parameter, but
eventually, it will allow all subsystems to update by time rather than
by framerate.
src/Main/viewer.cxx
src/Main/viewer.hxx
src/Main/viewer_rph.hxx