From 4ed086be0a77a624b252f77263e3241b85f5727f Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Jun 2025 21:56:05 +0200 Subject: Use new Bazel registry --- hk21/game/gpu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hk21') 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; -- cgit