Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 7ab369d

Browse files
Fixed issue with sound account file stream path.
1 parent d9af960 commit 7ab369d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sound_bank.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ SoundBank::SoundBank()
4848
std::string filepath_stream = datadir + "/" + "stream-file" + std::to_string(i) + ".wav";
4949

5050
m_sound_bank_save_data.sound_account_data[i] = m_sound_accounts[i];
51+
m_sound_accounts[i].stream_file_path = filepath_stream;
5152
}
5253

5354
fileDialogState = InitGuiFileDialog(420, 310, GetWorkingDirectory(), false);

0 commit comments

Comments
 (0)