diff options
Diffstat (limited to 'hk21')
-rw-r--r-- | hk21/game/gpu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hk21/game/gpu.cpp b/hk21/game/gpu.cpp index a929e1a..220b99b 100644 --- a/hk21/game/gpu.cpp +++ b/hk21/game/gpu.cpp @@ -446,9 +446,9 @@ public: {
if (f.colorSpace == VK_COLOR_SPACE_SRGB_NONLINEAR_KHR &&
(f.format == VK_FORMAT_B8G8R8_UNORM ||
- f.format == VK_FORMAT_B8G8R8A8_UNORM ||
- f.format == VK_FORMAT_R8G8B8_UNORM ||
- f.format == VK_FORMAT_R8G8B8A8_UNORM))
+ f.format == VK_FORMAT_B8G8R8A8_UNORM ||
+ f.format == VK_FORMAT_R8G8B8_UNORM ||
+ f.format == VK_FORMAT_R8G8B8A8_UNORM))
{
format = f;
break;
|