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
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
|
||||
CMatrix fxMatrix;
|
||||
fxMatrix.identity();
|
||||
buildAlignMatrix(fxMatrix);
|
||||
alignFX(instance, fxMatrix, scale, localOffset);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue