Skip to content

Commit 60c101f

Browse files
authored
Merge pull request #2477 from capdevon/capdevon-LoopMode
Undeprecate LoopMode
2 parents c110698 + 06760bf commit 60c101f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jme3-core/src/main/java/com/jme3/animation/LoopMode.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2021 jMonkeyEngine
2+
* Copyright (c) 2009-2025 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,6 @@
3535
* <code>LoopMode</code> determines how animations repeat, or if they
3636
* do not repeat.
3737
*/
38-
@Deprecated
3938
public enum LoopMode {
4039
/**
4140
* The animation will play repeatedly, when it reaches the end
@@ -55,6 +54,6 @@ public enum LoopMode {
5554
* animation will play backwards from the last frame until it reaches
5655
* the first frame.
5756
*/
58-
Cycle,
57+
Cycle
5958

6059
}

0 commit comments

Comments
 (0)