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 36f277ba4..c5431438e 100644 --- a/src/Vector3.h +++ b/src/Vector3.h @@ -354,6 +354,7 @@ protected: + template <> inline Vector3<int> Vector3<int>::Floor(void) const { return *this; |