aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-17 18:53:09 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-17 18:53:09 -0400
commit2d8507c060a7b7de6f0a714ad98d99b37856d8af (patch)
tree8e81e48c69539489ba22cea5a6abdbf675eb9eb1 /state.h
parentec8c94dc43db11c79ef58b212cacfadec09bb59c (diff)
shift text up
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 242970e..87c3126 100644
--- a/state.h
+++ b/state.h
@@ -35,6 +35,7 @@ typedef struct {
typedef struct {
uint32_t width, height;
GLuint texture;
+ int32_t vert_shift;
metric_t metrics[128];
} atlas_t;