Skip to content

Commit bba0c93

Browse files
Fix for Issue #820
Saving default performance always overwrites the first performance in the current bank, but should act on bank 0, performance 0
1 parent a7b8c80 commit bba0c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/minidexed.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,7 @@ bool CMiniDexed::DoSavePerformance (void)
14831483

14841484
if(m_bSaveAsDeault)
14851485
{
1486+
m_PerformanceConfig.SetNewPerformanceBank(0);
14861487
m_PerformanceConfig.SetNewPerformance(0);
14871488

14881489
}

0 commit comments

Comments
 (0)