Lasse Öörni 13 лет назад
Родитель
Сommit
9d3ead100c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Engine/Graphics/AnimationState.h

+ 1 - 1
Engine/Graphics/AnimationState.h

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