Hi,
I've noticed a regression in file COLLADASaxFWLLoader.cpp on revision 811 in
method bool Loader::loadDocument( const String& uri, const char* buffer, int
length, COLLADAFW::IWriter* writer )
Line 277 the line
fileLoader.load( buffer, length );
has been replaced by
bool success = fileLoader.load();
Consequence is that it is impossible to load from a buffer.
Attached is a patch that should fix the problem.
Original issue reported on code.google.com by Clement.Forest@gmail.com on 24 Jan 2012 at 9:27
Original issue reported on code.google.com by
Clement.Forest@gmail.com
on 24 Jan 2012 at 9:27Attachments: