Ran script to remove trailing spaces and tabs
This commit is contained in:
@@ -39,7 +39,7 @@ void readKeys(KFbxAnimCurve* curveX, KFbxAnimCurve* curveY, KFbxAnimCurve* curve
|
||||
for (int nCurve = 0; nCurve < 3; ++nCurve)
|
||||
{
|
||||
KFbxAnimCurve* pCurve = curves[nCurve];
|
||||
|
||||
|
||||
int nKeys = pCurve ? pCurve->KeyGetCount() : 0;
|
||||
|
||||
if (!nKeys)
|
||||
|
||||
Reference in New Issue
Block a user