[connect] web-socket connection fixes

This commit is contained in:
2020-03-30 19:00:02 +03:00
parent 88b4459023
commit a4ca9a924c
5 changed files with 21 additions and 26 deletions

View File

@@ -19,10 +19,7 @@ import flash.Lib;
}
}
public function run(animate:IAnimate):Float {
public function push(animate:IAnimate):Void {
animates.push(animate);
var time = Date.now().getTime();
animate.update(time);
return time;
}
}