aboutsummaryrefslogtreecommitdiff
path: root/code/handmade.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/handmade.h')
-rw-r--r--code/handmade.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/code/handmade.h b/code/handmade.h
index 3cb98e1..59d3330 100644
--- a/code/handmade.h
+++ b/code/handmade.h
@@ -76,15 +76,14 @@ struct color_rgb
struct game_state
{
u32 PatternGrid[6][5];
-
- u32 SelectedColor;;
+ u32 SelectedColor;
+ u32 ExportedPatternIndex;
stbtt_fontinfo FontInfo;
s32 FontAscent;
s32 FontDescent;
s32 FontLineGap;
v2 FontBoundingBox[2];
-
};
#define HANDMADE_H