update controllers to late update

This commit is contained in:
2016-12-05 02:17:27 +07:00
parent 12bd825c40
commit a2ebc12004
2 changed files with 15 additions and 15 deletions

View File

@@ -349,6 +349,9 @@ namespace FTRuntime {
void Awake() {
_clip = GetComponent<SwfClip>();
}
void Start() {
if ( autoPlay && Application.isPlaying ) {
Play(false);
}