From 09b8c7d103ecc83cd57ad6646bab1d2c31724147 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 5 Sep 2006 09:13:19 +0000 Subject: [PATCH] Updated to compile against changes to osgTerrain --- applications/osgdem/osgdem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/osgdem/osgdem.cpp b/applications/osgdem/osgdem.cpp index ecc158dff..b7e03a41a 100644 --- a/applications/osgdem/osgdem.cpp +++ b/applications/osgdem/osgdem.cpp @@ -218,7 +218,7 @@ int main( int argc, char **argv ) float x,y,w,h; while (arguments.read("-e",x,y,w,h)) { - dataset->setDestinationExtents(osgTerrain::GeospatialExtents(x,y,x+w,y+h)); + dataset->setDestinationExtents(osgTerrain::GeospatialExtents(x,y,x+w,y+h,false)); // FIXME - need to check whether we a geographic extents of not } while (arguments.read("--HEIGHT_FIELD"))