Upgraded to latest COLLADA-DOM 1.2.0, see http://sourceforge.net/project/showfiles.php?group_id=157838
November 13, 2006 Re-applied the 'INF' fix for constraint limits.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
|
||||
daeStringTable::daeStringTable(int stringBufferSize):_stringBufferSize(stringBufferSize), _empty( "" )
|
||||
{
|
||||
_stringBufferIndex = _stringBufferSize;
|
||||
//allocate initial buffer
|
||||
allocateBuffer();
|
||||
//allocateBuffer();
|
||||
}
|
||||
|
||||
daeString daeStringTable::allocateBuffer()
|
||||
|
||||
Reference in New Issue
Block a user