updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today
This commit is contained in:
@@ -390,7 +390,8 @@ public:
|
||||
* Sets the count attribute.
|
||||
* @param atCount The new value for the count attribute.
|
||||
*/
|
||||
void setCount( domUint atCount ) { attrCount = atCount; }
|
||||
void setCount( domUint atCount ) { attrCount = atCount;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the input element array.
|
||||
@@ -513,7 +514,8 @@ public: //Accessors and Mutators
|
||||
* Sets the source attribute.
|
||||
* @param atSource The new value for the source attribute.
|
||||
*/
|
||||
void setSource( const xsAnyURI &atSource ) { attrSource.setURI( atSource.getURI() ); }
|
||||
void setSource( const xsAnyURI &atSource ) { attrSource.setURI( atSource.getURI() );
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the bind_shape_matrix element.
|
||||
|
||||
Reference in New Issue
Block a user