engine icon indicating copy to clipboard operation
engine copied to clipboard

fix: fault tolerance in the absence of a callback function

Open luzhuang opened this issue 4 months ago • 2 comments

Please check if the PR fulfills these requirements

  • [x] The commit message follows our guidelines
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:

Summary by CodeRabbit

  • Bug Fixes

    • Improved error handling in the animation event system to prevent runtime errors when binding functions.
  • Refactor

    • Enhanced the robustness of the Animator class without altering its fundamental behavior.

luzhuang avatar Oct 14 '24 10:10 luzhuang