Selaa lähdekoodia

Add missing override in Geometry

Quazi Irfan GD 8 vuotta sitten
vanhempi
commit
97135fa9bb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      jme3-core/src/main/java/com/jme3/scene/Geometry.java

+ 1 - 0
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.
      */
+    @Override
     public Geometry oldClone(boolean cloneMaterial) {
         Geometry geomClone = (Geometry) super.clone(cloneMaterial);