Patch - Logger opti

This commit is contained in:
2025-01-12 18:40:23 +01:00
parent f337e58dcc
commit c5de18a9b3
4 changed files with 5 additions and 14 deletions

View File

@@ -400,6 +400,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
return false;
}
}
catch (const std::exception& e)
{
@@ -1884,7 +1885,6 @@ bool ApplicationClass::RenderPass(const std::vector<std::reference_wrapper<std::
// V<>rifie si l'objet est dans le frustum
if (!m_FrustumCulling.CheckCube(x, y, z, radius, GetFrustumTolerance()))
{
continue;
}