Added: default value for fxMatrix (thx valgrind)
This commit is contained in:
parent
5b4f2cc791
commit
6b4bfd768d
1 changed files with 1 additions and 0 deletions
|
@ -8848,6 +8848,7 @@ void CCharacterCL::alignFX(UParticleSystemInstance instance, float scale /* = 1.
|
||||||
{
|
{
|
||||||
// copy matrix from parent
|
// copy matrix from parent
|
||||||
CMatrix fxMatrix;
|
CMatrix fxMatrix;
|
||||||
|
fxMatrix.identity();
|
||||||
buildAlignMatrix(fxMatrix);
|
buildAlignMatrix(fxMatrix);
|
||||||
alignFX(instance, fxMatrix, scale, localOffset);
|
alignFX(instance, fxMatrix, scale, localOffset);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue