diff --git a/Userland/Games/BrickGame/BrickGame.cpp b/Userland/Games/BrickGame/BrickGame.cpp index e0340473d6..9313ee93e7 100644 --- a/Userland/Games/BrickGame/BrickGame.cpp +++ b/Userland/Games/BrickGame/BrickGame.cpp @@ -303,7 +303,7 @@ public: return RenderRequest::RequestUpdate; } - RenderRequest move_down_fast() + [[nodiscard]] RenderRequest move_down_fast() { for (auto block = m_block;; block.move_down()) { if (block.has_collision(m_well)) {