Changed the linux linking of -lgif to -lungif.

Fixed a typo in the Images name.
This commit is contained in:
Robert Osfield
2002-09-24 20:14:08 +00:00
parent 9546c73e39
commit f7c7740327
3 changed files with 3 additions and 3 deletions

View File

@@ -542,7 +542,7 @@ osg::Node* createBackground()
{
// we'll create a texture mapped quad to sit behind the Geometry
osg::Image* image = osgDB::readImageFile("Imags/primitives.gif");
osg::Image* image = osgDB::readImageFile("Images/primitives.gif");
if (!image) return NULL;