Fix build issue

This commit is contained in:
Georg Hagen
2024-12-06 16:50:30 +01:00
parent df302518cc
commit be662a9a19

View File

@@ -110,7 +110,7 @@ namespace OpenVulkano
std::string SystemInfo::GetOsNameHumanReadable()
{
OsVersion osVersion = GetOsVersion();
return fmt::format("{} {}.{}", GetOsName(), osVersion.major, osVersion.minor, Get);
return fmt::format("{} {}.{}", GetOsName(), osVersion.major, osVersion.minor);
}
DeviceType SystemInfo::GetDeviceType()