Removed random commented code

This commit is contained in:
Diren D Bharwani 2023-03-03 21:19:49 +08:00
parent 5cb4c54757
commit 337ec82dbf
1 changed files with 0 additions and 9 deletions

View File

@ -445,15 +445,6 @@ namespace SHADE
compositeCollider->AddSphereCollisionShape(1.0f);
}
//No idea why this doesn't work
//if (newColl > 0)
//{
// auto newCollisionShape = component->GetCollisionShape(newColl);
// auto prevCollisionShapeInSeq = component->GetCollisionShape(newColl - 1);
// newCollisionShape.SetCollisionTag(SHCollisionTagMatrix::GetTag(prevCollisionShapeInSeq.GetCollisionTag().GetName()));
//}
ImGui::EndMenu();
}
}