- added [[noreturn]] to several functions that always throw exceptions.
This commit is contained in:
parent
7d81417829
commit
9c75a38ec3
7 changed files with 14 additions and 14 deletions
|
|
@ -593,7 +593,7 @@ const TArray<VSMatrix> IQMModel::CalculateBones(int frame1, int frame2, double i
|
|||
|
||||
actor->boneComponentData->trsmatrix[index] = bones;
|
||||
|
||||
for (uint32_t j = 0; j < numbones; j++)
|
||||
for (int j = 0; j < numbones; j++)
|
||||
{
|
||||
VSMatrix m;
|
||||
m.loadMatrix(swapYZ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue