|
@@ -62,7 +62,7 @@ struct Material;
|
|
|
class ObjFileMtlImporter
|
|
|
{
|
|
|
public:
|
|
|
- static const size_t BUFFERSIZE = 1024;
|
|
|
+ static const size_t BUFFERSIZE = 2048;
|
|
|
typedef std::vector<char> DataArray;
|
|
|
typedef std::vector<char>::iterator DataArrayIt;
|
|
|
typedef std::vector<char>::const_iterator ConstDataArrayIt;
|