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)); // m_Components.insert(std::make_pair(eReplicaComponentType::RENDER, render));
// auto destroyableComponent = new DestroyableComponent(this); // auto destroyableComponent = new DestroyableComponent(this);
destroyableComponent->SetHealth(1); // destroyableComponent->SetHealth(1);
destroyableComponent->SetMaxHealth(1.0f); // destroyableComponent->SetMaxHealth(1.0f);
destroyableComponent->SetFaction(-1, true); // destroyableComponent->SetFaction(-1, true);
destroyableComponent->SetIsSmashable(true); // destroyableComponent->SetIsSmashable(true);
// m_Components.insert(std::make_pair(eReplicaComponentType::DESTROYABLE, destroyableComponent)); // m_Components.insert(std::make_pair(eReplicaComponentType::DESTROYABLE, destroyableComponent));
// We have all our components. // We have all our components.
// return; // return;