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

Editor hyperdash state does not update during drag of existing fruit #24006

Open
Xinnoh opened this issue Jun 23, 2023 · 1 comment
Open

Editor hyperdash state does not update during drag of existing fruit #24006

Xinnoh opened this issue Jun 23, 2023 · 1 comment
Labels
area:editor priority:1 Very important. Feels bad without fix. Affects the majority of users.

Comments

@Xinnoh
Copy link
Contributor

Xinnoh commented Jun 23, 2023

Type

Cosmetic

Bug description

hyperdash preview doesn't update if mouse is held down and the object position is moved
It will update if the object changes snap (shown in video), or if mouse is released (not shown in video)

Screenshots or videos

2023-06-22.21-19-57.mp4

Version

2023.621.0

Logs

performance.log
runtime.log
updater.log
database.log
input.log
legacy-ipc.log
network.log

@peppy
Copy link
Member

peppy commented Jun 23, 2023

This is a limitation as to how hyperdash is calculated (during beatmap processing, which is only done after a change is committed). It might be hard to make this work with the current method of updating things.

But I can understand the reasoning for wanting it to update immediately. Maybe we can do per-frame processing for alive hitobjects for cases like this.

@peppy peppy added area:editor priority:1 Very important. Feels bad without fix. Affects the majority of users. labels Jun 23, 2023
@peppy peppy changed the title catch editor, hdash preview doesn't update while an object is moving position Editor hyperdash state does not update during drag of existing fruit Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:editor priority:1 Very important. Feels bad without fix. Affects the majority of users.
Projects
None yet
Development

No branches or pull requests

2 participants