diff options
Diffstat (limited to 'include/blit.h')
-rw-r--r-- | include/blit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blit.h b/include/blit.h index 2fe99d7bd..b6c80b497 100644 --- a/include/blit.h +++ b/include/blit.h @@ -3,7 +3,7 @@ struct Bitmap { - u8* pixels; + const u8 *pixels; u32 width:16; u32 height:16; }; |