diff --git a/apps/openmw/mwrender/animation.cpp b/apps/openmw/mwrender/animation.cpp index 37a39cdc4c..3505ea261d 100644 --- a/apps/openmw/mwrender/animation.cpp +++ b/apps/openmw/mwrender/animation.cpp @@ -633,7 +633,7 @@ namespace MWRender Animation::~Animation() { - setLightEffect(0.f); + Animation::setLightEffect(0.f); if (mObjectRoot) mInsert->removeChild(mObjectRoot);