diff options
Diffstat (limited to 'lib/location.h')
-rw-r--r-- | lib/location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/location.h b/lib/location.h index 8570fc2..016aee7 100644 --- a/lib/location.h +++ b/lib/location.h @@ -9,7 +9,7 @@ public: explicit Location(GlobalPosition3D pos = {}, Rotation3D rot = {}) : pos {pos}, rot {rot} { } #endif - [[nodiscard]] glm::mat4 getRotationTransform() const; + [[nodiscard]] glm::mat3 getRotationTransform() const; GlobalPosition3D pos; Rotation3D rot; |