Clay Engine: Fix blue noise warning when compiling without clay.

This commit is contained in:
Clément Foucault 2017-07-19 18:17:45 +02:00
parent 02e318e8b9
commit 7fd4ad448c
1 changed files with 2 additions and 1 deletions

View File

@ -40,9 +40,10 @@
#include "UI_interface_icons.h"
#include "clay_engine.h"
#include "../eevee/eevee_lut.h" /* TODO find somewhere to share blue noise Table */
#ifdef WITH_CLAY_ENGINE
#include "../eevee/eevee_lut.h" /* TODO find somewhere to share blue noise Table */
/* Shaders */
#define CLAY_ENGINE "BLENDER_CLAY"