Fix crash when animation has anim events and scripting is disposed before content

This commit is contained in:
Wojtek Figat
2022-01-08 18:29:13 +01:00
parent 82a43dea28
commit 844fad2ced
2 changed files with 23 additions and 0 deletions

View File

@@ -163,6 +163,11 @@ private:
void OnSkinnedModelUnloaded(Asset* obj);
public:
// [BinaryAsset]
void OnScriptingDispose() override;
protected:
// [BinaryAsset]