Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/collada/Materials.h')
-rw-r--r--source/blender/collada/Materials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/Materials.h b/source/blender/collada/Materials.h
index 69f64a6280d..925158e52fa 100644
--- a/source/blender/collada/Materials.h
+++ b/source/blender/collada/Materials.h
@@ -40,7 +40,7 @@ extern "C" {
typedef enum BC_pbr_inputs {
BC_PBR_DIFFUSE = 0,
BC_PBR_METALLIC = 4,
- BC_PBR_IOR = 14
+ BC_PBR_IOR = 14,
} BC_pbr_inputs;
typedef std::map<std::string, bNode *> NodeMap;