From 6c4aeaa1331a958fffcd78274f7b6f1a06abffa2 Mon Sep 17 00:00:00 2001 From: alice <58637860+alicealys@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:01:58 +0100 Subject: [PATCH] Fix build --- src/client/game/assets.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/game/assets.hpp b/src/client/game/assets.hpp index 4976dd88..bf5e3ce5 100644 --- a/src/client/game/assets.hpp +++ b/src/client/game/assets.hpp @@ -5466,12 +5466,12 @@ namespace game struct GfxLightGridColors { - unsigned char rgb[56][6]; + unsigned short rgb[56][3]; }; assert_sizeof(GfxLightGridColors, 336); struct GfxLightGridColorsHDR { - unsigned char rgb[56][6]; + unsigned short rgb[56][3]; }; assert_sizeof(GfxLightGridColorsHDR, 336); struct GfxLightGridTree