Changed the "reflect.rgb" path to "Images/reflect.rgb" to the help find the

file required.
This commit is contained in:
Robert Osfield
2002-07-19 09:10:41 +00:00
parent 3cba9a52ef
commit b498e74078

View File

@@ -87,7 +87,7 @@ int main( int argc, char **argv )
return 1;
}
osg::Image* image = osgDB::readImageFile("reflect.rgb");
osg::Image* image = osgDB::readImageFile("Images/reflect.rgb");
if (image)
{
osg::Texture* texture = new osg::Texture;