]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCmgr.cxx
More efficient rotation matrix calc from Norm Vine.
[flightgear.git] / src / ATC / ATCmgr.cxx
index 5a7e1b8ea4b0938f14eeb55acbb1af1b4ec5f552..eb6441de854ef79a889a8a82a80af14d88c1be19 100644 (file)
@@ -88,7 +88,7 @@ void FGATCMgr::init() {
     airport_atc_map[(string)"KEMT"] = a;
 }
 
-void FGATCMgr::update(int dt) {
+void FGATCMgr::update(double dt) {
     //Traverse the list of active stations.
     //Only update one class per update step to avoid the whole ATC system having to calculate between frames.
     //Eventually we should only update every so many steps.