[win32, canvas] Fix padding of mg_gl_screen_tile

This commit is contained in:
martinfouilleul 2023-07-16 17:12:34 +02:00
parent 8c885223d3
commit 2a4e90cf9a
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ typedef struct mg_gl_screen_tile
{
u32 tileCoord[2];
i32 first;
u8 padding[4];
} mg_gl_screen_tile;
////////////////////////////////////////////////////////////