mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-14 19:17:43 +01:00
Make a Fraction conversion explicit
This commit is contained in:
parent
fab9f4c453
commit
8fbdfea01c
@ -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(
|
||||
*long_note_being_created,
|
||||
snap
|
||||
Fraction{snap}
|
||||
);
|
||||
better::Notes new_notes;
|
||||
new_notes.insert(new_note);
|
||||
|
Loading…
Reference in New Issue
Block a user