Fix compilation
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user