From 8591cb857a378db315a6d62103c8a386de7a44a8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 6 Mar 2023 11:11:25 -0800 Subject: [PATCH] Remove extra qualification --- src/world/Actor/Player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/world/Actor/Player.h b/src/world/Actor/Player.h index 01202cb6..51425acc 100644 --- a/src/world/Actor/Player.h +++ b/src/world/Actor/Player.h @@ -489,8 +489,8 @@ namespace Sapphire::Entity void setRecastGroup( uint8_t index, float time ); float getRecastGroup( uint8_t index ) const; - const std::array< float, 80 >& Player::getRecastGroups() const; - const std::array< float, 80 >& Player::getRecastGroupsMax() const; + const std::array< float, 80 >& getRecastGroups() const; + const std::array< float, 80 >& getRecastGroupsMax() const; void resetRecastGroups();