fix int64->int32 conversion bug for morph indices

This commit is contained in:
Nick Fisher
2023-08-23 15:38:12 +08:00
parent 568f2af55b
commit 03dd2cf6ac
4 changed files with 27 additions and 9 deletions

View File

@@ -191,6 +191,8 @@ extern "C" {
);
}
FLUTTER_PLUGIN_EXPORT bool set_morph_animation(
void* assetManager,
EntityId asset,