- removed some unused global variables.

This commit is contained in:
Christoph Oelckers 2017-03-12 23:56:17 +01:00
commit 4965cdfd9a
2 changed files with 0 additions and 3 deletions

View file

@ -34,8 +34,6 @@
static const int INITIAL_BUFFER_SIZE = 160000; // This means 80000 lights per frame and 160000*16 bytes == 2.56 MB.
float *mMap;
FLightBuffer::FLightBuffer()
{