Closed chadmv closed 4 years ago
https://github.com/electronicarts/dem-bones/blob/f46f795c07c1b5a4e13ca582a88eecbabb7b62cc/include/DemBones/DemBonesExt.h#L91
The sample command line program uses the uninitialized model.bindUpdate value as the default value for the argument. Some compilers may not set this to 0 automatically.
Fixed.
https://github.com/electronicarts/dem-bones/blob/f46f795c07c1b5a4e13ca582a88eecbabb7b62cc/include/DemBones/DemBonesExt.h#L91
The sample command line program uses the uninitialized model.bindUpdate value as the default value for the argument. Some compilers may not set this to 0 automatically.