commit 47eabcc66a3a515515e474ccd60c624bb2e9eb88
parent a1e0e24d287394d6e508f4a6bf9d51b1b37e37b3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 28 Jul 2021 13:48:55 +0200
Change the tile size from 32x32 pixels to 8x8 pixels
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/htrdr_draw_map.c b/src/core/htrdr_draw_map.c
@@ -42,7 +42,7 @@
#define RNG_SEQUENCE_SIZE 10000
#define TILE_MCODE_NULL UINT32_MAX
-#define TILE_SIZE 32 /* Definition in X & Y of a tile */
+#define TILE_SIZE 8 /* Definition in X & Y of a tile */
STATIC_ASSERT(IS_POW2(TILE_SIZE), TILE_SIZE_must_be_a_power_of_2);
/* Tile of row ordered image pixels */