1
0
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:
Kawe Mazidjatari 2024-10-08 23:24:13 +02:00
parent 0db61d2244
commit dabedb2c8b

@ -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;
}