Add SwfClip bounds functions (currentLocalBounds, currentWorldBounds)

This commit is contained in:
2017-05-16 03:07:26 +07:00
parent 26e30e45f2
commit f9b9acd3b7
4 changed files with 32 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ namespace FTRuntime {
for ( int i = 0, e = _clips.Count; i < e; ++i ) {
var clip = _clips[i];
if ( clip ) {
clip.Internal_LateUpdate();
clip.Internal_UpdateMesh();
}
}
}