Explorar o código

fix typo mistake i made by accident

Ryan McDonough hai 5 meses
pai
achega
576b238265
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jme3-core/src/main/java/com/jme3/texture/TextureArray.java

+ 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)) {