From 2d8507c060a7b7de6f0a714ad98d99b37856d8af Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Fri, 17 Oct 2025 18:53:09 -0400 Subject: shift text up --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') 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; -- cgit v1.2.3