Add missing override in Geometry

fix-456
Quazi Irfan GD 8 years ago
parent cf07e094af
commit 97135fa9bb
  1. 1
      jme3-core/src/main/java/com/jme3/scene/Geometry.java

@ -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…
Cancel
Save