mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
Fix continuous disabled effect
This commit is contained in:
parent
71aa615463
commit
86e7897f62
1 changed files with 1 additions and 0 deletions
1
Mask.js
1
Mask.js
|
@ -30,6 +30,7 @@ Mask.prototype.set = function (reset) {
|
|||
// 不能获得新能力
|
||||
return;
|
||||
}
|
||||
effect.disabled = false;
|
||||
timming.effects.push(effect);
|
||||
effect.source.registeredEffects.push(effect);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue