|
@@ -40,7 +40,7 @@ public class ${name} extends AbstractControl{
|
|
|
}
|
|
|
|
|
|
public Control cloneForSpatial(Spatial spatial) {
|
|
|
- Control control = new ${name}();
|
|
|
+ ${name} control = new ${name}();
|
|
|
//TODO: copy parameters to new Control
|
|
|
control.setSpatial(spatial);
|
|
|
return control;
|