Removed minor string differences

Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com>
This commit is contained in:
rgba16f
2021-09-30 17:45:29 -05:00
parent 79dea539c4
commit de224d2360
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ namespace AZ
}
}
AZ_Warning("RHI", preferredUserAdapterName.empty() || preferredUserDevice, "Specified adapter name not found: '%s'", preferredUserAdapterName.c_str());
AZ_Warning("RHISystem", preferredUserAdapterName.empty() || preferredUserDevice, "Specified adapter name not found: '%s'", preferredUserAdapterName.c_str());
RHI::PhysicalDevice* physicalDeviceFound{};
@@ -79,7 +79,6 @@ namespace AZ
void RPISystem::Initialize(const RPISystemDescriptor& rpiSystemDescriptor)
{
AZ_Printf("RHI", "RPISystem Initialize\n");
m_rhiSystem.InitDevice();
// Gather asset handlers from sub-systems.