mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
Draw long note tails behind markers
This commit is contained in:
parent
f692ca1b31
commit
969272c4fb
@ -1,3 +1,8 @@
|
||||
# v2.0.3
|
||||
|
||||
## 🗿 Bugfixes 🗿
|
||||
- Draw long note tails behind markers
|
||||
|
||||
# v2.0.2
|
||||
|
||||
## 🗿 Bugfixes 🗿
|
||||
|
@ -520,6 +520,9 @@ void EditorState::display_playfield(const Markers::marker_type& opt_marker, Judg
|
||||
);
|
||||
}
|
||||
|
||||
ImGui::SetCursorPos({0, TitlebarHeight});
|
||||
ImGui::Image(playfield.long_note.layer);
|
||||
|
||||
auto display = VariantVisitor {
|
||||
[&, this](const better::TapNote& tap_note){
|
||||
auto note_offset = (this->current_time() - this->time_at(tap_note.get_time()));
|
||||
@ -576,8 +579,6 @@ void EditorState::display_playfield(const Markers::marker_type& opt_marker, Judg
|
||||
}
|
||||
}
|
||||
|
||||
ImGui::SetCursorPos({0, TitlebarHeight});
|
||||
ImGui::Image(playfield.long_note.layer);
|
||||
ImGui::SetCursorPos({0, TitlebarHeight});
|
||||
ImGui::Image(playfield.long_note_marker_layer);
|
||||
ImGui::SetCursorPos({0, TitlebarHeight});
|
||||
|
Loading…
x
Reference in New Issue
Block a user