Rename EMotionFX class members to follow the m_ naming convention
Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -82,7 +82,7 @@ namespace EMotionFX
|
||||
m_morphSetup->AddMorphTarget(morphTarget);
|
||||
|
||||
// Without this call, the bind pose does not know about newly added
|
||||
// morph target (mMorphWeights.GetLength() == 0)
|
||||
// morph target (m_morphWeights.size() == 0)
|
||||
m_actor->ResizeTransformData();
|
||||
m_actor->PostCreateInit(/*makeGeomLodsCompatibleWithSkeletalLODs=*/false, /*convertUnitType=*/false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user