Merge branch 'kimkulling/add_boundscheck_to_parsing_utils' of https://github.com/assimp/assimp into kimkulling/add_boundscheck_to_parsing_utils
commit
2dd676d42a
|
@ -2,7 +2,7 @@
|
||||||
Open Asset Import Library (assimp)
|
Open Asset Import Library (assimp)
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Copyright (c) 2006-2022, assimp team
|
Copyright (c) 2006-2024, assimp team
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
@ -242,7 +242,6 @@ private:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// points to the next data line
|
// points to the next data line
|
||||||
//const char *buffer;
|
|
||||||
aiBuffer mBuffer;
|
aiBuffer mBuffer;
|
||||||
|
|
||||||
// Configuration option: if enabled, up to two meshes
|
// Configuration option: if enabled, up to two meshes
|
||||||
|
|
Loading…
Reference in New Issue