Changed HsfFace::nbt to Vec

This commit is contained in:
kabiskac 2024-06-26 04:13:31 +02:00
parent e14b94acfd
commit fd749cd9a5

View file

@ -156,7 +156,7 @@ typedef struct hsf_face {
} strip; } strip;
s16 indices[4][4]; s16 indices[4][4];
}; };
float nbt[3]; Vec nbt;
} HsfFace; } HsfFace;
typedef struct hsf_transform { typedef struct hsf_transform {