Some bug fixes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user