Skip to content

Commit 576b238

Browse files
authored
fix typo mistake i made by accident
1 parent 0319161 commit 576b238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void read(JmeImporter importer) throws IOException {
175175

176176
@Override
177177
public boolean equals(Object other) {
178-
if (this == obj) {
178+
if (this == other) {
179179
return true;
180180
}
181181
if (!(other instanceof TextureArray)) {

0 commit comments

Comments
 (0)