Fix building w/o clay

This commit is contained in:
Campbell Barton 2018-04-20 15:24:57 +02:00
parent 1f625cbfea
commit a1cc75f22d
1 changed files with 2 additions and 0 deletions

View File

@ -912,9 +912,11 @@ static void drw_engines_enable_from_engine(RenderEngineType *engine_type, int dr
}
break;
#ifdef WITH_CLAY_ENGINE
case OB_CLAY:
use_drw_engine(&draw_engine_clay_type);
break;
#endif
case OB_TEXTURE:
case OB_MATERIAL: