]> git.mxchange.org Git - flightgear.git/commitdiff
Minor, miscellaneous stuff ...
authorcurt <curt>
Tue, 19 Feb 2002 04:34:18 +0000 (04:34 +0000)
committercurt <curt>
Tue, 19 Feb 2002 04:34:18 +0000 (04:34 +0000)
src/Scenery/tileentry.cxx

index 2f214e4d1a89d9f8e5eb6dc2014b0e4b3b0435b0..05baba155b21c5e454fdeb25c03bcc46be847895 100644 (file)
@@ -78,8 +78,8 @@ FGTileEntry::~FGTileEntry () {
 
 
 #if 0
-// This is the current method cut and pasted from 
-//  FGTileEntry::load( const SGPath& base, bool is_base )
+// Please keep this for reference.  We use Norman's optimized routine,
+// but here is what the routine really is doing.
 void
 FGTileEntry::WorldCoordinate( sgCoord *obj_pos, Point3D center,
                               double lat, double lon, double elev, double hdg)