]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCmgr.hxx
More efficient rotation matrix calc from Norm Vine.
[flightgear.git] / src / ATC / ATCmgr.hxx
index 03ac392e6c426d961aa5a770485e16e95dbee1fa..30e06294ff6c00c0f83608c856c9f3ac57920d64 100644 (file)
@@ -154,7 +154,7 @@ public:
 
     void unbind();
 
-    void update(int dt);
+    void update(double dt);
 
     // Returns true if the airport is found in the map
     bool GetAirportATCDetails(string icao, AirportATC* a);