Просмотр исходного кода

Merge pull request #318 from blackberry-gaming/next-dgough

Next dgough
Sean Paul Taylor 13 лет назад
Родитель
Сommit
afcaaa910e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      gameplay/src/AnimationClip.h

+ 2 - 2
gameplay/src/AnimationClip.h

@@ -108,7 +108,7 @@ public:
     /**
     /**
      * Sets the AnimationClip's repeat count. Overrides repeat duration.
      * Sets the AnimationClip's repeat count. Overrides repeat duration.
      *
      *
-     * Use ANIMATION_REPEAT_INDEFINITE to play the AnimationClip indefinitely.
+     * Use REPEAT_INDEFINITE to play the AnimationClip indefinitely.
      * 
      * 
      * @param repeatCount The repeat count to set on the AnimationClip.
      * @param repeatCount The repeat count to set on the AnimationClip.
      */
      */
@@ -124,7 +124,7 @@ public:
     /**
     /**
      * Sets the AnimationClip's active duration. Overrides repeat count.
      * Sets the AnimationClip's active duration. Overrides repeat count.
      *
      *
-     * Use ANIMATION_REPEAT_INDEFINITE to play the AnimationClip indefinitely.
+     * Use REPEAT_INDEFINITE to play the AnimationClip indefinitely.
      *
      *
      * @param duration The active duration that is set on the AnimationClip.
      * @param duration The active duration that is set on the AnimationClip.
      */
      */