mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - ColladaExtensions
This commit is contained in:
parent
733347fd61
commit
9aeb4389f3
6 changed files with 101 additions and 101 deletions
|
|
@ -66,7 +66,7 @@ ColladaAppNode::ColladaAppNode(const domNode* node, ColladaAppNode* parent)
|
|||
|
||||
// Extract user properties from the <node> extension as whitespace separated
|
||||
// "name=value" pairs
|
||||
char* properties = dStrdup(nodeExt->user_properties);
|
||||
char* properties = dStrdup(nodeExt->mUserProperties);
|
||||
char* pos = properties;
|
||||
char* end = properties + dStrlen( properties );
|
||||
while ( pos < end )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue