summaryrefslogtreecommitdiff
path: root/include/SSVOpenHexagon/Components/CPlayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSVOpenHexagon/Components/CPlayer.hpp')
-rw-r--r--include/SSVOpenHexagon/Components/CPlayer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SSVOpenHexagon/Components/CPlayer.hpp b/include/SSVOpenHexagon/Components/CPlayer.hpp
index 234a6491..2ff20ad7 100644
--- a/include/SSVOpenHexagon/Components/CPlayer.hpp
+++ b/include/SSVOpenHexagon/Components/CPlayer.hpp
@@ -80,13 +80,13 @@ public:
explicit CPlayer(const sf::Vector2f& pos, const float swapCooldown,
const float size, const float speed, const float focusSpeed) noexcept;
- [[gnu::always_inline, nodiscard]] const sf::Vector2f&
+ [[nodiscard, gnu::always_inline]] const sf::Vector2f&
getPosition() const noexcept
{
return _pos;
}
- [[gnu::always_inline, nodiscard]] float getPlayerAngle() const noexcept
+ [[nodiscard, gnu::always_inline]] float getPlayerAngle() const noexcept
{
return _angle;
}