move loop when deleting in sample editor
This commit is contained in:
parent
c7b24f706f
commit
3b688774fe
2 changed files with 29 additions and 2 deletions
|
|
@ -215,7 +215,7 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
}
|
||||
popToggleColors();
|
||||
ImGui::TableNextColumn();
|
||||
bool doLoop=(sample->isLoopable());
|
||||
bool doLoop=(sample->loop);
|
||||
if (ImGui::Checkbox("Loop",&doLoop)) { MARK_MODIFIED
|
||||
if (doLoop) {
|
||||
sample->loop=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue