Changed the linux linking of -lgif to -lungif.
Fixed a typo in the Images name.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user