@ -229,7 +229,7 @@
if(this.flag & 1)
{
schedule((()=>{
this.effects.map(e => e.f());
this.effects.forEach(e => e.f());
}));
}
this.flag = this.flag ^ 16;