Commit 0e61ebeb authored by hybrid's avatar hybrid

Remove trailing commas in enums.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3872 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 8cb3aebf
......@@ -40,7 +40,7 @@ namespace scene
ECOF_A_ONE = 0,
//! Alpha values for each RGB channel of color or texture are used.
ECOF_RGB_ZERO = 1,
ECOF_RGB_ZERO = 1
};
//! Color names collada uses in it's color samplers
......@@ -51,7 +51,7 @@ namespace scene
ECCS_EMISSIVE,
ECCS_SPECULAR,
ECCS_TRANSPARENT,
ECCS_REFLECTIVE,
ECCS_REFLECTIVE
};
//! Irrlicht colors which can be mapped to E_COLLADA_COLOR_SAMPLER values
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment