Respect const qualifier

This commit is contained in:
2023-12-29 09:43:46 +01:00
parent e7a0f91c36
commit 5aba8d18c6
2 changed files with 3 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ typedef struct BzUIBorderStyle {
} BzUIBorderStyle;
typedef struct BzUITextStyle {
char *text;
const char *text;
Font font;
f32 fontSize;
f32 fontSpacing;