From 5e2a622d9b8971126d8cfcf9ef6bc176663cc45d Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sun, 9 Mar 2025 20:29:08 +0000 Subject: [PATCH] Undo commented Lightmap data block --- patterns/db_files/chunks/WREXT.hexpat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patterns/db_files/chunks/WREXT.hexpat b/patterns/db_files/chunks/WREXT.hexpat index c03c84f..19cb9e1 100644 --- a/patterns/db_files/chunks/WREXT.hexpat +++ b/patterns/db_files/chunks/WREXT.hexpat @@ -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 {