Fix typo in export options text

This commit is contained in:
cam900 2025-10-24 16:39:23 +09:00 committed by GitHub
parent ad4572be43
commit ce6e949188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ const char* audioExportWavFormats[]={
_("Unsigned 8-bit"),
_("Signed 16-bit"),
_("Signed 32-bit"),
_("FLoat 32-bit"),
_("Float 32-bit"),
};
void FurnaceGUI::drawExportAudio(bool onWindow) {