Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
feiy committed Mar 18, 2021
1 parent 1b5951a commit 5e149d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScratcherUI/Scratcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ void Scratcher::do_save_project(QString fullpath)
#if USE_JSON
QJsonObject root;
root["filename_source"] = m_filename_source;
if (m_filename_source != "")
if (m_filename_bgm != "")
{
root["filename_bgm"] = m_filename_bgm;
root["bgm_volume"] = m_sampler->bgm_volume();
Expand Down

0 comments on commit 5e149d8

Please sign in to comment.