Fix assert when toggling Xray mode after going to Solid and lookedev/eevee

This commit is contained in:
Clément Foucault 2018-09-10 16:27:01 +02:00
parent 5e7a56dc64
commit 2a907bea9c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static struct GPUTextureGlobal {
} GG = {NULL, NULL, NULL};
/* Maximum number of FBOs a texture can be attached to. */
#define GPU_TEX_MAX_FBO_ATTACHED 8
#define GPU_TEX_MAX_FBO_ATTACHED 9
typedef enum GPUTextureFormatFlag {
GPU_FORMAT_DEPTH = (1 << 0),