Fix compilation
This commit is contained in:
parent
39d7832880
commit
a234f2e7bd
|
|
@ -183,7 +183,7 @@ namespace Nz
|
||||||
template<typename T>
|
template<typename T>
|
||||||
constexpr bool Frustum<T>::Contains(const OrientedBox<T>& orientedbox) const
|
constexpr bool Frustum<T>::Contains(const OrientedBox<T>& orientedbox) const
|
||||||
{
|
{
|
||||||
return Contains(orientedbox.GetCorners(), 8);
|
return Contains(orientedbox.GetCorners().data(), 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue