Browse Source

Fixed Doxygen comment.

Lasse Öörni 13 years ago
parent
commit
9d3ead100c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/Graphics/AnimationState.h

+ 1 - 1
Engine/Graphics/AnimationState.h

@@ -53,7 +53,7 @@ public:
     void SetTime(float time);
     void SetTime(float time);
     /// Modify blending weight.
     /// Modify blending weight.
     void AddWeight(float delta);
     void AddWeight(float delta);
-    /// Modify time position. Animation triggers will be fired.
+    /// Modify time position. %Animation triggers will be fired.
     void AddTime(float delta);
     void AddTime(float delta);
     /// Set blending layer.
     /// Set blending layer.
     void SetLayer(unsigned char layer);
     void SetLayer(unsigned char layer);