Minor fixes

This commit is contained in:
Lynix
2022-04-02 21:18:04 +02:00
parent 71db80c374
commit 5cd9f6fdcd
6 changed files with 13 additions and 13 deletions

View File

@@ -79,7 +79,7 @@ namespace Nz
default:
NazaraWarning("Device " + deviceInfo.name + " has handled device type (0x" + NumberToString(physDevice.properties.deviceType, 16) + ')');
// fallthrough
[[fallthrough]];
case VK_PHYSICAL_DEVICE_TYPE_OTHER:
deviceInfo.type = RenderDeviceType::Unknown;
break;