Update framebuffer.cpp

This commit is contained in:
Simon 2020-10-10 11:17:29 +01:00
parent 0ecc0441d3
commit a30446ff59

View file

@ -5,7 +5,7 @@ GPL3
#include "renderer/tr_local.h"
#include "renderer/VertexCache.h"
#define FRAMEBUFFER_POOL_SIZE
#define FRAMEBUFFER_POOL_SIZE 3
static GLuint m_framebuffer[FRAMEBUFFER_POOL_SIZE];
static GLuint m_depthbuffer[FRAMEBUFFER_POOL_SIZE];