Added Images/ infront of lz.rgb path.

This commit is contained in:
Robert Osfield
2003-07-22 08:42:14 +00:00
parent aa8b552ca6
commit eed6ab7d85

View File

@@ -273,7 +273,7 @@ int main(int argc, char** argv)
}
// create a model from the images.
osg::Node* rootNode = createModel((arguments.argc() > 1 ? arguments[1] : "lz.rgb"));
osg::Node* rootNode = createModel((arguments.argc() > 1 ? arguments[1] : "Images/lz.rgb"));
// add model to viewer.
viewer.setSceneData(rootNode);