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

@ -890,6 +890,7 @@ void Engine::Run()
Renderer::DrawSprite(spritePtr.get(), worldPos, cameraZoom, cameraPos);
profiler.EndSection();
}
if (auto particle = obj->GetComponent<ParticleComponent>())
{