mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-23 20:32:44 +00:00
Update framebuffer.cpp
This commit is contained in:
parent
0ecc0441d3
commit
a30446ff59
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue