fix TVec3<f32>::setLength

This commit is contained in:
LagoLunatic
2024-04-14 18:10:49 -04:00
parent 6a3ae88d95
commit 0c32a3d3c1
4 changed files with 23 additions and 26 deletions
@@ -12,13 +12,13 @@ struct J3DAnmKeyTableBase {
}; // Size = 0x6
struct J3DAnmColorKeyTable {
enum Color {
RED = 0,
GREEN = 1,
BLUE = 2,
ALPHA = 3,
};
/* 0x00 */ J3DAnmKeyTableBase mColorInfo[4];
enum Color {
RED = 0,
GREEN = 1,
BLUE = 2,
ALPHA = 3,
};
/* 0x00 */ J3DAnmKeyTableBase mColorInfo[4];
}; // Size = 0x18
struct J3DAnmColorFullTable {