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…
Reference in New Issue