Skip to content

Commit 01ae5a4

Browse files
author
Julien Poulton
committed
Merge branch 'fix-javadoc' into 'master'
fix javadoc See merge request codingame/game-engine!133
2 parents fdbf7a1 + 9bdce4c commit 01ae5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/SpriteAnimation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public boolean isPlaying() {
5252
/**
5353
* Plays or pause the animation
5454
*
55-
* @param started
55+
* @param playing
5656
* true to play animation, false to pause animation
5757
* @return this animation.
5858
*/

0 commit comments

Comments
 (0)