Fix new SGBucket API

This commit is contained in:
Christian Schmitt 2014-02-21 11:13:32 +01:00
parent 3b5665fe92
commit b4ecb6f2db

View File

@ -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