Skip to content

Commit f391b9c

Browse files
committed
Made AbstractControl Implement Cloneable
1 parent 93b7be9 commit f391b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/scene/control/AbstractControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*
4646
* @author Kirill Vainer
4747
*/
48-
public abstract class AbstractControl implements Control {
48+
public abstract class AbstractControl implements Control, Cloneable {
4949

5050
protected boolean enabled = true;
5151
protected Spatial spatial;

0 commit comments

Comments
 (0)