From 94311f9c4e82b7475802b1934cc0c5b243e0cd2f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 3 Mar 2021 00:08:47 +0000 Subject: Replace Transform with Location Simpler, unbinds the transformation matrices for location, now done just in the shader. --- game/network/link.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game/network/link.h') diff --git a/game/network/link.h b/game/network/link.h index 4968eba..e541975 100644 --- a/game/network/link.h +++ b/game/network/link.h @@ -2,8 +2,8 @@ #define LINK_H #include -#include #include +#include #include #include #include @@ -39,7 +39,7 @@ public: NO_COPY(Link); NO_MOVE(Link); - [[nodiscard]] virtual Transform positionAt(float dist, unsigned char start) const = 0; + [[nodiscard]] virtual Location positionAt(float dist, unsigned char start) const = 0; std::array ends; float length; -- cgit v1.2.3