Made AbstractControl Implement Cloneable
This commit is contained in:
parent
93b7be9b83
commit
f391b9c3aa
@ -45,7 +45,7 @@ import java.io.IOException;
|
||||
*
|
||||
* @author Kirill Vainer
|
||||
*/
|
||||
public abstract class AbstractControl implements Control {
|
||||
public abstract class AbstractControl implements Control, Cloneable {
|
||||
|
||||
protected boolean enabled = true;
|
||||
protected Spatial spatial;
|
||||
|
Loading…
x
Reference in New Issue
Block a user