diff options
Diffstat (limited to 'src/simpleanimation.cpp')
-rw-r--r-- | src/simpleanimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index de0050fa4..e0623c937 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -155,8 +155,8 @@ void SimpleAnimation::initializeAnimation(const XmlNodePtr animationNode, if (!imagePath.empty() && !dyePalettes.empty()) Dye::instantiate(imagePath, dyePalettes); - ImageSet *const imageset = ResourceManager::getInstance()->getImageSet( - XML::getProperty(animationNode, "imageset", ""), + const ImageSet *const imageset = ResourceManager::getInstance() + ->getImageSet(XML::getProperty(animationNode, "imageset", ""), XML::getProperty(animationNode, "width", 0), XML::getProperty(animationNode, "height", 0)); |