mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - ColladaUtils (struct AnimChannels, struct AnimData, struct AnimatedElement)
This commit is contained in:
parent
9ccf5baf94
commit
40037b8b51
6 changed files with 82 additions and 82 deletions
|
|
@ -88,7 +88,7 @@ void ColladaAppSequence::setAnimationActive(const domAnimation* anim, bool activ
|
|||
domChannel* channel = anim->getChannel_array()[iChannel];
|
||||
AnimData* animData = reinterpret_cast<AnimData*>(channel->getUserData());
|
||||
if (animData)
|
||||
animData->enabled = active;
|
||||
animData->mEnabled = active;
|
||||
}
|
||||
|
||||
// Recurse into child animations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue