- Doubled initial size for the light buffer.

(patch by Graf)
This commit is contained in:
drfrag666 2018-10-30 12:57:12 +01:00
parent f2f357bed0
commit 3d66b9af09

View file

@ -32,7 +32,7 @@
#include "gl/system/gl_interface.h"
#include "gl/utility//gl_clock.h"
static const int INITIAL_BUFFER_SIZE = 160000; // This means 80000 lights per frame and 160000*16 bytes == 2.56 MB.
static const int INITIAL_BUFFER_SIZE = 320000; // This means 80000 lights per frame and 320000*16 bytes == 5.12 MB.
FLightBuffer::FLightBuffer()
{