Fix notes

This commit is contained in:
cam900 2022-03-01 02:11:02 +09:00
parent ddf341dfc0
commit 4e5b398994
1 changed files with 1 additions and 1 deletions

View File

@ -1323,7 +1323,7 @@ void FurnaceGUI::drawSampleEdit() {
}
if (sample->samples&511) {
considerations=true;
ImGui::Text("- sample length will be aligned to 512 sample on Neo Geo ADPCM");
ImGui::Text("- sample length will be aligned and padded to 512 sample units on Neo Geo ADPCM.");
}
if (sample->samples>65535) {
considerations=true;