diff options
Diffstat (limited to '')
-rw-r--r-- | src/Vector3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Vector3.h b/src/Vector3.h index 7c37c2601..cb39a6cde 100644 --- a/src/Vector3.h +++ b/src/Vector3.h @@ -362,7 +362,6 @@ public: - template <> inline Vector3<int> Vector3<int>::Floor(void) const { return *this; |