From 551d6dc2c51c1fc76d90ca007d219c6cade8bad3 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 5 Mar 2022 13:20:49 -0800 Subject: [PATCH] Remove outdated rotation_state transformations comment --- src/Main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Main.cpp b/src/Main.cpp index 27c4d6b..50608c6 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -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();