diff options
-rw-r--r-- | game/physical.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/physical.h b/game/physical.h index 4ad8a49..5fdc253 100644 --- a/game/physical.h +++ b/game/physical.h @@ -19,9 +19,9 @@ public: void render(const Shader & shader) const override; [[nodiscard]] const auto & - getPosition() const + getLocation() const { - return location.GetPos(); + return location; } protected: |