From: Christian Schmitt Date: Fri, 21 Feb 2014 10:13:32 +0000 (+0100) Subject: Fix new SGBucket API X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4ecb6f2dbac2299dd4619741665ce2b044ecdc5;p=simgear.git Fix new SGBucket API --- diff --git a/simgear/bucket/newbucket.cxx b/simgear/bucket/newbucket.cxx index 5d2f7a6c..6b7cd82e 100644 --- a/simgear/bucket/newbucket.cxx +++ b/simgear/bucket/newbucket.cxx @@ -73,8 +73,8 @@ SGBucket::SGBucket(const double dlon, const double dlat) { #endif SGBucket::SGBucket(const SGGeod& geod) { - set_bucket(geod.getLongitudeDeg(), - geod.getLatitudeDeg()); + innerSet(geod.getLongitudeDeg(), + geod.getLatitudeDeg()); } // Parse a unique scenery tile index and find the lon, lat, x, and y