]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/groundradar.hxx
Csaba HALASZ & Syd ADAMS: make radar font configurable
[flightgear.git] / src / Instrumentation / groundradar.hxx
index ad8aa33710af9bd95f5c657a18be45ae899050c7..8839143faf32e8d679ae78237844af29e0ae565c 100644 (file)
@@ -1,12 +1,12 @@
 //  groundradar.hxx - Background layer for the ATC radar.
 //
-//  Written by Csaba Halasz.
+//  Copyright (C) 2007 Csaba Halasz.
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License as
 //  published by the Free Software Foundation; either version 2 of the
 //  License, or (at your option) any later version.
-// 
+//
 //  This program is distributed in the hope that it will be useful, but
 //  WITHOUT ANY WARRANTY; without even the implied warranty of
 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
@@ -38,11 +38,11 @@ public:
     virtual void valueChanged(SGPropertyNode*);
 
 protected:
+    void createTexture(const char* texture_name);
+
     osg::ref_ptr<osg::Geometry> _geom;
     SGPropertyNode_ptr _airport_node;
-    SGPropertyNode_ptr _radar_node;
-
-    void createTexture();
+    SGPropertyNode_ptr _range_node;
 };
 
 #endif // __INST_GROUNDRADAR_HXX