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