]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCdisplay.cxx
Modified Files:
[flightgear.git] / src / ATC / ATCdisplay.cxx
index 89588e0006f0967708853a3f4600016f2a9792c2..e554a4d78ab71ba19bc6c5833147bbb991efa238 100644 (file)
@@ -61,8 +61,13 @@ void FGATCDisplay::bind() {
 void FGATCDisplay::unbind() {
 }
 
+void FGATCDisplay::update(double dt)
+{
+  std::cout << "OSGFIXME" << std::endl;
+}
+
 // update - this actually draws the visuals and should be called from the main Flightgear rendering loop.
-void FGATCDisplay::update(double dt) {
+void FGATCDisplay::update(double dt, osg::State& state) {
        
        // These strings are used for temporary storage of the transmission string in order
        // that the string we view only changes when the next repetition starts scrolling