mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
collada/ts chain shadowvar and member var clenaups
This commit is contained in:
parent
e4bd3e8295
commit
53ce915dcf
6 changed files with 264 additions and 264 deletions
|
|
@ -263,10 +263,10 @@ void AnimData::parseTargetString(const char* target, S32 fullCount, const char*
|
|||
targetValueCount = 1;
|
||||
}
|
||||
}
|
||||
else if (const char* p = dStrrchr(target, '.')) {
|
||||
else if (const char* p2 = dStrrchr(target, '.')) {
|
||||
// Check for named elements
|
||||
for (S32 iElem = 0; elements[iElem][0] != 0; iElem++) {
|
||||
if (!dStrcmp(p, elements[iElem])) {
|
||||
if (!dStrcmp(p2, elements[iElem])) {
|
||||
targetValueOffset = iElem;
|
||||
targetValueCount = 1;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue