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

@@ -10,6 +10,7 @@ public struct History {
public var value: Value {
return switch self {
#warning("Doesn't work properly")
case .pieceMove(let from, let to):
{
guard let piece = from.piece else {