updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today
This commit is contained in:
@@ -139,7 +139,8 @@ public: //Accessors and Mutators
|
||||
* Sets the closed attribute.
|
||||
* @param atClosed The new value for the closed attribute.
|
||||
*/
|
||||
void setClosed( domBool atClosed ) { attrClosed = atClosed; }
|
||||
void setClosed( domBool atClosed ) { attrClosed = atClosed;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the source element array.
|
||||
|
||||
Reference in New Issue
Block a user