Comment out done code

This commit is contained in:
David Markowitz 2023-06-11 04:46:22 -07:00
parent f78ea1bbc9
commit fc719cbb0a

View File

@ -46,10 +46,10 @@ Entity::Initialize() {
// m_Components.insert(std::make_pair(eReplicaComponentType::RENDER, render));
// auto destroyableComponent = new DestroyableComponent(this);
destroyableComponent->SetHealth(1);
destroyableComponent->SetMaxHealth(1.0f);
destroyableComponent->SetFaction(-1, true);
destroyableComponent->SetIsSmashable(true);
// destroyableComponent->SetHealth(1);
// destroyableComponent->SetMaxHealth(1.0f);
// destroyableComponent->SetFaction(-1, true);
// destroyableComponent->SetIsSmashable(true);
// m_Components.insert(std::make_pair(eReplicaComponentType::DESTROYABLE, destroyableComponent));
// We have all our components.
// return;