Fix some warnings

This commit is contained in:
SirLynix
2023-06-27 19:31:24 +02:00
parent b01ee18eaf
commit 96618cbb5b
11 changed files with 28 additions and 23 deletions

View File

@@ -379,7 +379,6 @@ namespace Nz
for (const auto& plane : m_planes)
{
bool outside = true;
std::size_t insidePoint = 0;
for (std::size_t i = 0; i < pointCount; ++i)
{
// If at least one point is outside of the frustum, we're intersecting