From fd749cd9a5a3d7a84e4e4dd682dedbd0922d962d Mon Sep 17 00:00:00 2001 From: kabiskac Date: Wed, 26 Jun 2024 04:13:31 +0200 Subject: [PATCH] Changed HsfFace::nbt to Vec --- include/game/hsfformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game/hsfformat.h b/include/game/hsfformat.h index 9f7e344c..04f3d458 100644 --- a/include/game/hsfformat.h +++ b/include/game/hsfformat.h @@ -156,7 +156,7 @@ typedef struct hsf_face { } strip; s16 indices[4][4]; }; - float nbt[3]; + Vec nbt; } HsfFace; typedef struct hsf_transform {