mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
Fix long note insertion bug
This commit is contained in:
parent
9b0cabaed9
commit
ad642b81b6
@ -237,7 +237,7 @@ void ChartState::insert_long_note_just_created(std::uint64_t snap) {
|
|||||||
}
|
}
|
||||||
auto new_note = make_long_note_dummy_for_linear_view(
|
auto new_note = make_long_note_dummy_for_linear_view(
|
||||||
*long_note_being_created,
|
*long_note_being_created,
|
||||||
Fraction{snap}
|
Fraction{1, snap}
|
||||||
);
|
);
|
||||||
better::Notes new_notes;
|
better::Notes new_notes;
|
||||||
new_notes.insert(new_note);
|
new_notes.insert(new_note);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user