From 74c18f532e30455a440dc87feac329ce14be1941 Mon Sep 17 00:00:00 2001 From: scrawl Date: Wed, 3 Feb 2016 14:40:59 +0100 Subject: [PATCH] Fix comment --- apps/openmw/mwrender/animation.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/openmw/mwrender/animation.hpp b/apps/openmw/mwrender/animation.hpp index 213e33f67..992462e1f 100644 --- a/apps/openmw/mwrender/animation.hpp +++ b/apps/openmw/mwrender/animation.hpp @@ -292,9 +292,10 @@ protected: */ void setObjectRoot(const std::string &model, bool forceskeleton, bool baseonly, bool isCreature); - /* Adds the keyframe controllers in the specified model as a new animation source. Note that - * the filename portion of the provided model name will be prepended with 'x', and the .nif - * extension will be replaced with .kf. */ + /** Adds the keyframe controllers in the specified model as a new animation source. Note that the .nif + * file extension will be replaced with .kf. + * @note Later added animation sources have the highest priority when it comes to finding a particular animation. + */ void addAnimSource(const std::string &model); /** Adds an additional light to the given node using the specified ESM record. */