decrease file retrieving time
All checks were successful
Linux arm64 / Build (push) Successful in 2m29s
All checks were successful
Linux arm64 / Build (push) Successful in 2m29s
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user