Performance impruved

This commit is contained in:
Abdussamed 2023-06-18 15:14:12 +03:00
parent d20f8dc25f
commit 731574be96
1 changed files with 1 additions and 1 deletions

View File

@ -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;