tabs and log

This commit is contained in:
Aaron Kimbre
2022-04-17 15:58:26 -05:00
parent 67615d5688
commit 1e85ae2035
2 changed files with 28 additions and 25 deletions

View File

@@ -11,6 +11,8 @@ void WhFans::OnStartup(Entity* self) {
void WhFans::ToggleFX(Entity* self, bool hit) {
std::string fanGroup = self->GetGroups()[0];
Game::logger->Log("WhFans", "Toggling FX for Fan Group(%s)\n", fanGroup.c_str());
std::vector<Entity*> fanVolumes = EntityManager::Instance()->GetEntitiesInGroup(fanGroup);
auto renderComponent = self->GetComponent<RenderComponent>();