fix iteration order

This commit is contained in:
2026-05-15 15:18:55 -07:00
parent ed8b99bf57
commit 10444b0a62
+1 -1
View File
@@ -64,7 +64,7 @@ impl KlondikeInstruction {
if let Some(next_src) = src.next() {
return Some(Self {
src: next_src,
dst: KlondikePileId::Stock,
dst: KlondikePileId::Tableau1,
});
}
None