Remove outdated rotation_state transformations comment

cpp
Elnu 2 years ago
parent 7827f00524
commit 551d6dc2c5

@ -88,13 +88,6 @@ class Block {
public:
BlockType* type;
sf::Vector2i position;
/*
rotation_state transformations:
0 -> x y
1 -> -x y
2 -> -x -y
3 -> x -y
*/
int rotation_state;
Block() {
type = BlockType::random();

Loading…
Cancel
Save