diff --git a/code/ObjFileParser.h b/code/ObjFileParser.h index c5f9abae9..215e553a4 100644 --- a/code/ObjFileParser.h +++ b/code/ObjFileParser.h @@ -65,7 +65,7 @@ class IOSystem; class ObjFileParser { public: - static const size_t BUFFERSIZE = 1024; + static const size_t BUFFERSIZE = 4096; typedef std::vector DataArray; typedef std::vector::iterator DataArrayIt; typedef std::vector::const_iterator ConstDataArrayIt;