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:
@@ -22,7 +22,7 @@ class Piece {
|
||||
/**
|
||||
* Creates a piece with a specified shape and block type
|
||||
*/
|
||||
Piece(const Polyomino& piece, Block blockType);
|
||||
Piece(Polyomino&& piece, Block blockType);
|
||||
|
||||
/**
|
||||
* Rotates the piece in the specified direction
|
||||
|
||||
Reference in New Issue
Block a user