diff --git a/openVulkanoCpp/Host/iOS/SystemInfo.mm b/openVulkanoCpp/Host/iOS/SystemInfo.mm index 1f4b3c1..6034484 100644 --- a/openVulkanoCpp/Host/iOS/SystemInfo.mm +++ b/openVulkanoCpp/Host/iOS/SystemInfo.mm @@ -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()