i neede the blue dod on the git thing

This commit is contained in:
OusmBlueNinja 2025-04-21 21:32:27 -05:00
parent 494aeeb072
commit 9507a27e9d

View File

@ -891,6 +891,7 @@ void Engine::Run()
profiler.EndSection();
}
if (auto particle = obj->GetComponent<ParticleComponent>())
{
profiler.BeginSection("Draw Particles: " + obj->GetName());