decrease file retrieving time
All checks were successful
Linux arm64 / Build (push) Successful in 2m29s

This commit is contained in:
2025-07-20 21:08:36 +02:00
parent 72e9f420ab
commit a3ef52c7a1
5 changed files with 45 additions and 67 deletions

View File

@@ -9,7 +9,7 @@
#include <string>
Piece::Piece(const Polyomino& polyomino, Block blockType) :
Piece::Piece(Polyomino&& polyomino, Block blockType) :
polyomino(polyomino),
blockType(blockType),
rotationState(NONE),