Updated path to reflect where the new button images are located.

This commit is contained in:
Robert Osfield 2009-01-06 19:08:34 +00:00
parent 1d599c0572
commit 5bf69c9cbb

View File

@ -23,7 +23,7 @@
#include <osgWidget/WindowManager>
#include <osgAnimation/EaseMotion>
const std::string IMAGE_PATH = "osgAnimation/Images/";
const std::string IMAGE_PATH = "osgWidget/";
template <class T>
struct Sampler: public osg::Drawable::UpdateCallback