removed dead code

This commit is contained in:
2026-03-23 23:52:41 +03:00
parent 4b6db0c402
commit 8fb96b83db

View File

@@ -411,13 +411,6 @@ namespace omath::projection
return true;
}
// w
if constexpr (ndc.size().rows * ndc.size().columns > 3)
{
if (data[3] < -1.0f - eps || data[3] > 1.0f + eps)
return true;
}
return false;
}