mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Increase size of drawbuffer buffer.
This commit is contained in:
parent
35ed4e02d1
commit
dee2062012
@ -20,7 +20,7 @@
|
||||
|
||||
enum {
|
||||
// Enough?
|
||||
MAX_VERTS = 5000,
|
||||
MAX_VERTS = 15000,
|
||||
};
|
||||
|
||||
DrawBuffer::DrawBuffer() : count_(0) {
|
||||
|
Loading…
Reference in New Issue
Block a user