From 5bf69c9cbb8f7ad3f3320275587bcf4eb43a4c15 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Jan 2009 19:08:34 +0000 Subject: [PATCH] Updated path to reflect where the new button images are located. --- examples/osganimationviewer/AnimtkViewerGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osganimationviewer/AnimtkViewerGUI.cpp b/examples/osganimationviewer/AnimtkViewerGUI.cpp index f2b03dc7d..82a60fca9 100644 --- a/examples/osganimationviewer/AnimtkViewerGUI.cpp +++ b/examples/osganimationviewer/AnimtkViewerGUI.cpp @@ -23,7 +23,7 @@ #include #include -const std::string IMAGE_PATH = "osgAnimation/Images/"; +const std::string IMAGE_PATH = "osgWidget/"; template struct Sampler: public osg::Drawable::UpdateCallback