Undo commented Lightmap data block

This commit is contained in:
Jarrod Doyle 2025-03-09 20:29:08 +00:00
parent d144a1c805
commit 5e2a622d9b
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 3 deletions

View File

@ -148,9 +148,7 @@ struct WrLightMap {
u32 count = 1 + std::bit::popcount(parent.p_light_list[i].anim_light_bitmask);
u32 bytes_per_pixel = parent.parent.header.bytes_per_pixel;
// WrLightMapLayer layers[count];
// u8 pixels[count * width * height * bytes_per_pixel];
padding[count * width * height * bytes_per_pixel];
WrLightMapLayer layers[count];
};
struct WrLightMapLayer {