Remove outdated rotation_state transformations comment

cpp
Elnu 3 years ago
parent 7827f00524
commit 551d6dc2c5

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

Loading…
Cancel
Save