You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem now is: cells can be really, really big. The time calculating if cells are the same is very long. How can I only say that cells should be ignored when testing for equality?
The current functionality works when removing the equality operator. The problem now is if I use the class in world state. It also checks for the full map instead of only using the equality operator.
How can I fix this?
The text was updated successfully, but these errors were encountered:
Hello,
I have currently this classes:
The problem now is: cells can be really, really big. The time calculating if cells are the same is very long. How can I only say that cells should be ignored when testing for equality?
The current functionality works when removing the equality operator. The problem now is if I use the class in world state. It also checks for the full map instead of only using the equality operator.
How can I fix this?
The text was updated successfully, but these errors were encountered: