Remove outdated rotation_state transformations comment
This commit is contained in:
parent
7827f00524
commit
551d6dc2c5
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue