Add missing override in Geometry
This commit is contained in:
parent
cf07e094af
commit
97135fa9bb
@ -506,6 +506,7 @@ public class Geometry extends Spatial {
|
|||||||
/**
|
/**
|
||||||
* The old clone() method that did not use the new Cloner utility.
|
* The old clone() method that did not use the new Cloner utility.
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public Geometry oldClone(boolean cloneMaterial) {
|
public Geometry oldClone(boolean cloneMaterial) {
|
||||||
Geometry geomClone = (Geometry) super.clone(cloneMaterial);
|
Geometry geomClone = (Geometry) super.clone(cloneMaterial);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user