Some bug fixes

This commit is contained in:
cdricms
2024-06-29 23:13:18 +02:00
parent 533322c5dd
commit 02de114d74
5 changed files with 25 additions and 11 deletions

View File

@@ -125,7 +125,7 @@ public class Piece: Hashable {
public func hash(into hasher: inout Hasher) {
hasher.combine(kind)
hasher.combine(position)
hasher.combine(color)
hasher.combine(position)
}
}