revert additive hint
This commit is contained in:
parent
8192a8e0f6
commit
fdd9b598a7
10 changed files with 0 additions and 37 deletions
|
|
@ -145,14 +145,12 @@ void FurnaceGUI::drawGrooves() {
|
|||
MARK_MODIFIED;
|
||||
}
|
||||
|
||||
pushAddColor();
|
||||
if (ImGui::Button(ICON_FA_PLUS "##AddGroove")) {
|
||||
e->lockEngine([this]() {
|
||||
e->song.grooves.push_back(DivGroovePattern());
|
||||
});
|
||||
MARK_MODIFIED;
|
||||
}
|
||||
popAddColor();
|
||||
}
|
||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) {
|
||||
curWindow=GUI_WINDOW_GROOVES;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue