diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml
index 4910b96..edbeae0 100644
--- a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml
+++ b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml
@@ -179,7 +179,7 @@
-
+
diff --git a/enginecustom/src/src/system/applicationclass.cpp b/enginecustom/src/src/system/applicationclass.cpp
index 1e39ab8..af1ee21 100644
--- a/enginecustom/src/src/system/applicationclass.cpp
+++ b/enginecustom/src/src/system/applicationclass.cpp
@@ -1691,12 +1691,6 @@ bool ApplicationClass::RenderPass(const std::vectorGetPosition();
- float x = XMVectorGetX(objposition);
- float y = XMVectorGetY(objposition);
- float z = XMVectorGetZ(objposition);
- float radius = object->GetBoundingRadius();
-
// Check if the object has physics enabled
if (object->IsPhysicsEnabled())
{
@@ -1709,13 +1703,6 @@ bool ApplicationClass::RenderPass(const std::vectorSetVisible(false);
- // continue;
- // }
- // object->SetVisible(true); // L'objet est visible
renderCount++;
scaleMatrix = object->GetScaleMatrix();