aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-14 16:20:23 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-14 16:20:23 -0400
commit92b0fd4608e11d505c4aabee9449ad564aaae69d (patch)
tree8fe59efeee5cc1179622ce88d3e739ef0573edaa /state.h
parent5fa96e59fa378af36e90cdd8ee741d164304e3b8 (diff)
bearing works
Diffstat (limited to 'state.h')
-rw-r--r--state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/state.h b/state.h
index 4e4b99a..d75bac2 100644
--- a/state.h
+++ b/state.h
@@ -22,8 +22,8 @@ typedef struct {
float advance_x, advance_y;
uint32_t bitmap_width, bitmap_height;
int32_t bearing_x, bearing_y;
- float texture_offset;
- float texture_size;
+ float texture_x_start;
+ float texture_x_end;
} metric_t;
typedef struct {