mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ImGui: remove extraneous print
This commit is contained in:
parent
0db61d2244
commit
dabedb2c8b
2
src/thirdparty/imgui/misc/imgui_utility.cpp
vendored
2
src/thirdparty/imgui/misc/imgui_utility.cpp
vendored
@ -18,10 +18,10 @@ void ImGuiConfig::Load()
|
||||
Msg(eDLL_T::MS, "Loading ImGui config file '%s'\n", svPath.c_str());
|
||||
|
||||
FileSystem()->CreateDirHierarchy(SDK_USER_CFG_PATH, "PLATFORM"); // Create directory, so ImGui can load/save 'layout.ini'.
|
||||
|
||||
KeyValues* pKeyMapKV = FileSystem()->LoadKeyValues(IFileSystem::TYPE_COMMON, svPath.c_str(), "PLATFORM");
|
||||
if (!pKeyMapKV)
|
||||
{
|
||||
//Warning(eDLL_T::FS, "Failed to parse VPK build manifest: '%s'\n", svPathOut.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user