From: curt Date: Tue, 19 Feb 2002 04:34:18 +0000 (+0000) Subject: Minor, miscellaneous stuff ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa65d0c3dbf0d026150213d346f7895121154764;p=flightgear.git Minor, miscellaneous stuff ... --- diff --git a/src/Scenery/tileentry.cxx b/src/Scenery/tileentry.cxx index 2f214e4d1..05baba155 100644 --- a/src/Scenery/tileentry.cxx +++ b/src/Scenery/tileentry.cxx @@ -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)