mirror of
https://github.com/aap/librw.git
synced 2025-12-19 00:49:50 +00:00
Updated README and TODO.
This commit is contained in:
@@ -65,7 +65,6 @@ ReadNativeData(istream &stream, int32, void *object, int32, int32)
|
||||
header->attribs = new AttribDesc[header->numAttribs];
|
||||
stream.read((char*)header->attribs,
|
||||
header->numAttribs*sizeof(AttribDesc));
|
||||
printAttribInfo(header->attribs, header->numAttribs);
|
||||
header->dataSize = header->attribs[0].stride*geometry->numVertices;
|
||||
header->data = new uint8[header->dataSize];
|
||||
stream.read((char*)header->data, header->dataSize);
|
||||
|
||||
Reference in New Issue
Block a user