Fixed Vector3.h compilation in MSVC2008.
This commit is contained in:
parent
a6d30a7254
commit
ce670accc9
@ -316,6 +316,15 @@ protected:
|
||||
|
||||
|
||||
|
||||
template <> Vector3<int> Vector3<int>::Floor(void) const
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template <typename T>
|
||||
const double Vector3<T>::EPS = 0.000001;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user