Changed HsfFace::nbt to Vec
This commit is contained in:
parent
e14b94acfd
commit
fd749cd9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue