fix coronas
This commit is contained in:
parent
4665f8ff79
commit
fb4667b9bb
3 changed files with 7 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue