Freestyle: added a note on #include "DNA_material_types.h".

This commit is contained in:
Tamito Kajiyama 2014-07-20 17:54:06 +09:00
parent 8cf2b3879a
commit aa7f9197c7
Notes: blender-bot 2023-02-14 11:20:29 +01:00
Referenced by issue #41139, Cycles Hair BSDF roughness problem
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#endif
extern "C" {
#include "DNA_material_types.h"
#include "DNA_material_types.h" // for MAX_MTEX
}
namespace Freestyle {