Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alicealys committed Nov 17, 2024
1 parent 11e13e8 commit 6c4aeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/game/assets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c4aeaa

Please sign in to comment.