diff --git a/code/ObjFileMtlImporter.h b/code/ObjFileMtlImporter.h index 7b0acbf1f..9d45102e7 100644 --- a/code/ObjFileMtlImporter.h +++ b/code/ObjFileMtlImporter.h @@ -62,7 +62,7 @@ struct Material; class ObjFileMtlImporter { public: - static const size_t BUFFERSIZE = 1024; + static const size_t BUFFERSIZE = 2048; typedef std::vector DataArray; typedef std::vector::iterator DataArrayIt; typedef std::vector::const_iterator ConstDataArrayIt;