Ver código fonte

fix typo mistake i made by accident

Ryan McDonough 5 meses atrás
pai
commit
576b238265

+ 1 - 1
jme3-core/src/main/java/com/jme3/texture/TextureArray.java

@@ -175,7 +175,7 @@ public class TextureArray extends Texture {
 
     @Override
     public boolean equals(Object other) {
-        if (this == obj) {
+        if (this == other) {
             return true; 
         }
         if (!(other instanceof TextureArray)) {