]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/approach.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / ATC / approach.cxx
index a0c77b46a13a15a13330b12d8bc295845030c8b2..3bc528592b909fae45efedc8b5605ed082c7e462 100644 (file)
@@ -82,7 +82,7 @@ void FGApproach::Init() {
 // ============================================================================
 // the main update function
 // ============================================================================
-void FGApproach::Update() {
+void FGApproach::Update(double dt) {
        
        const int max_trans = 20;
        FGTransmission tmissions[max_trans];