We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e929aa commit b9c13a2Copy full SHA for b9c13a2
jme3-core/src/main/java/com/jme3/anim/AnimComposer.java
@@ -106,7 +106,7 @@ public void removeCurrentAction(String layerName) {
106
*
107
* @param name The name of the action to return.
108
* @return The action registered with specified name. It will make a new action if there isn't any.
109
- * @see #makeAction(name)
+ * @see #makeAction(java.lang.String)
110
*/
111
public Action action(String name) {
112
Action action = actions.get(name);
0 commit comments