Fix IQM comments refering to IQM_BYTE instead of IQM_UBYTE
This commit is contained in:
parent
c28fabf505
commit
f55bb272b6
2 changed files with 2 additions and 2 deletions
|
@ -628,7 +628,7 @@ typedef struct {
|
|||
// depending upon the exporter, blend indices and weights might be int/float
|
||||
// as opposed to the recommended byte/byte, for example Noesis exports
|
||||
// int/float whereas the official IQM tool exports byte/byte
|
||||
byte blendWeightsType; // IQM_BYTE or IQM_FLOAT
|
||||
byte blendWeightsType; // IQM_UBYTE or IQM_FLOAT
|
||||
|
||||
int *jointParents;
|
||||
float *jointMats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue