- properly un-count faded out decals without involving the Destroy method.
This commit is contained in:
parent
97e3e858a1
commit
9dec214c15
3 changed files with 16 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ void DDecalFader::Tick ()
|
|||
}
|
||||
else if (Level->maptime >= TimeToEndDecay)
|
||||
{
|
||||
TheDecal->Expired(); // for impact decal bookkeeping.
|
||||
TheDecal->Destroy (); // remove the decal
|
||||
Destroy (); // remove myself
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue