Fixed spelling of cartesian.

This commit is contained in:
Robert Osfield 2007-07-12 20:10:56 +00:00
parent f753ff6a5a
commit 92ffe6f74a

View File

@ -260,7 +260,7 @@ int main(int argc, char** argv)
readParameter = true;
}
else if (arguments.read(pos, "--cartizian",x,y,w,h))
else if (arguments.read(pos, "--cartesian",x,y,w,h))
{
// define the extents.
locator = new osgTerrain::CartesianLocator(x,y,w,h,0);