mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Added: default value for fxMatrix (thx valgrind)
This commit is contained in:
parent
34e58b7f19
commit
4e87d65d87
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
|
||||
CMatrix fxMatrix;
|
||||
fxMatrix.identity();
|
||||
buildAlignMatrix(fxMatrix);
|
||||
alignFX(instance, fxMatrix, scale, localOffset);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue