Small improvements
This commit is contained in:
parent
6afcde1f98
commit
38dc6ec4d2
20 changed files with 56 additions and 84 deletions
|
|
@ -19,6 +19,7 @@ public partial class EffectHandler : RefCounted
|
|||
}
|
||||
public void End()
|
||||
{
|
||||
if (HandledEffect == null) return;
|
||||
HandledEffect.Exit(handler);
|
||||
HandledEffect = null;
|
||||
EffectTimer.Stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue