Skip to content
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

Storing then immediately loading an atom does not show atom as loaded #58

Closed
FloezeTv opened this issue Jan 29, 2025 · 0 comments · Fixed by #63
Closed

Storing then immediately loading an atom does not show atom as loaded #58

FloezeTv opened this issue Jan 29, 2025 · 0 comments · Fixed by #63
Assignees
Labels
Area: Animation Things relating to the animation bug Something isn't working
Milestone

Comments

@FloezeTv
Copy link
Collaborator

When storing an atom and then immediately loading an atom, it is not shown as loaded but instead still displays as stored.

Minimal example to reproduce:

atom (50,  50) atom
@+ store atom
@+ load atom
@+ move (100, 100) atom

This is due to the atom-state being set to stored and loaded at the same time in the timeline, as changing the state during store is done at the end of the store, and changing the state during load is done at the start of the load, which are the same time here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Animation Things relating to the animation bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant