summaryrefslogtreecommitdiff
path: root/include/z64math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/z64math.h')
-rw-r--r--include/z64math.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/z64math.h b/include/z64math.h
index f7aac28..b268839 100644
--- a/include/z64math.h
+++ b/include/z64math.h
@@ -13,10 +13,10 @@ typedef struct {
/* 0x2 */ s16 z;
} Vec2s; // size = 0x4
-typedef struct {
+typedef struct xy_t {
/* 0x0 */ f32 x;
- /* 0x4 */ f32 z;
-} Vec2f; // size = 0x8
+ /* 0x4 */ f32 y;
+} xy_t; // size = 0x8
typedef struct xyz_t {
/* 0x0 */ f32 x;