Fix build issue
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user