diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-17 18:53:09 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-17 18:53:09 -0400 |
| commit | 2d8507c060a7b7de6f0a714ad98d99b37856d8af (patch) | |
| tree | 8e81e48c69539489ba22cea5a6abdbf675eb9eb1 /state.h | |
| parent | ec8c94dc43db11c79ef58b212cacfadec09bb59c (diff) | |
shift text up
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ typedef struct { typedef struct { uint32_t width, height; GLuint texture; + int32_t vert_shift; metric_t metrics[128]; } atlas_t; |
