-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unique id for models #817
unique id for models #817
Conversation
ComfyFluffy
commented
Aug 28, 2024
- modify id for model
- name -> id
@@ -226,12 +220,13 @@ export class Sprite extends Disposable { | |||
this.addDisposer(() => { | |||
this.animations.splice(0).forEach((a) => a.dispose()) | |||
}) | |||
// This should be set after the animations are created |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mark: 这里是之前的 animation load 逻辑不太合理造成的,我回头改一下
The PR environment is ready, please check the PR environment [Attention]: This environment will be automatically cleaned up after a certain period of time., please make sure to test it in time. If you have any questions, please contact the builder team. |