]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.hxx
Mathias Fröhlich:
[flightgear.git] / src / Scenery / tileentry.hxx
index 51d3d34d0f1f89ecff2ee6fc82a3bffa48a72fe7..e7f6fd3b21c15dce5d8bde4b015b33189c47c8b4 100644 (file)
@@ -274,7 +274,7 @@ public:
     /**
      * return the SSG Transform node for the terrain
      */
-    inline ssgPlacementTransform *get_terra_transform() { return terra_transform; }
+    inline ssgPlacementTransform *get_terra_transform() const { return terra_transform; }
 
     inline double get_timestamp() const { return timestamp; }
     inline void set_timestamp( double time_ms ) { timestamp = time_ms; }