mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 16:50:55 +00:00
committed by
Jindra Petřík
parent
cbf1f62950
commit
6d08d9b9c1
@@ -62,7 +62,7 @@ public class ShapeFixer {
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
//simplified to be fast, not so neccessarily accurate
|
||||
//simplified to be fast, not so necessarily accurate
|
||||
return hashCode() == obj.hashCode();
|
||||
/*if (this == obj) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user