mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-14 11:25:41 -04:00
RegTest: Fix OOB array read
This commit is contained in:
parent
0f03aa3e30
commit
159254c37a
@ -118,7 +118,7 @@ bool RegTestHost::InitializeConfig()
|
||||
EmuFolders::EnsureFoldersExist();
|
||||
|
||||
// imgui setup, make sure it doesn't bug out
|
||||
ImGuiManager::SetFontPathAndRange(std::string(), {0x0020, 0x00FF});
|
||||
ImGuiManager::SetFontPathAndRange(std::string(), {0x0020, 0x00FF, 0, 0});
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user