]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dclgps.hxx
As discussed on the mailing list, make the 'nearest' GPS command use scratch lat...
[flightgear.git] / src / Instrumentation / dclgps.hxx
index 435f7899a25e51f53e5ca4ed2a229a8eee3bcfac..a7b6e05688983b6f305af621eebb45553ce1853c 100644 (file)
@@ -251,7 +251,7 @@ public:
        DCLGPS(RenderArea2D* instrument);
        virtual ~DCLGPS() = 0;
        
-       virtual void draw();
+       virtual void draw(osg::State& state);
        
        virtual void init();
        virtual void bind();