fix coronas

This commit is contained in:
Christoph Oelckers 2023-10-27 16:49:08 +02:00 committed by Magnus Norddahl
commit fb4667b9bb
3 changed files with 7 additions and 8 deletions

View file

@ -756,7 +756,7 @@ void HWSprite::Process(HWDrawInfo *di, FRenderState& state, AActor* thing, secto
if (thing->IsKindOf(NAME_Corona))
{
di->Coronas.Push(std::make_pair(thing, 0));
di->Coronas.Push(thing);
return;
}