Increase size of drawbuffer buffer.

This commit is contained in:
Henrik Rydgard 2012-04-12 22:56:39 +02:00
parent 35ed4e02d1
commit dee2062012

View File

@ -20,7 +20,7 @@
enum {
// Enough?
MAX_VERTS = 5000,
MAX_VERTS = 15000,
};
DrawBuffer::DrawBuffer() : count_(0) {