Skip to content

Commit

Permalink
Made AbstractControl Implement Cloneable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nehon committed Mar 12, 2016
1 parent 93b7be9 commit f391b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* @author Kirill Vainer
*/
public abstract class AbstractControl implements Control {
public abstract class AbstractControl implements Control, Cloneable {

protected boolean enabled = true;
protected Spatial spatial;
Expand Down

0 comments on commit f391b9c

Please sign in to comment.