From 6912f621d55a7034f6e0a1ceacba2c63964aabf6 Mon Sep 17 00:00:00 2001 From: CaptainCarrot Date: Tue, 21 Nov 2017 19:59:08 +0100 Subject: [PATCH] Update quaternion.inl --- glm/gtc/quaternion.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/glm/gtc/quaternion.inl b/glm/gtc/quaternion.inl index 9f1036bd..3118bfab 100644 --- a/glm/gtc/quaternion.inl +++ b/glm/gtc/quaternion.inl @@ -308,7 +308,6 @@ namespace detail return tquat(q) += p; } - template GLM_FUNC_QUALIFIER tquat operator-(tquat const& q, tquat const& p) {