Minor typo fix, reported by Sebastian Koenig on irc. Thanks!

This commit is contained in:
Antonis Ryakiotakis 2014-10-13 12:27:57 +02:00
parent 858bf1adea
commit 4eadc3801a
1 changed files with 1 additions and 1 deletions

View File

@ -4985,7 +4985,7 @@ static EnumPropertyItem layer_type_items[] = {
{MAP_SPEC, "SPECULAR_INTENSITY", 0, "Specular Intensity", ""},
{MAP_HAR, "SPECULAR_HARDNESS", 0, "Specular Hardness", ""},
{MAP_AMB, "AMBIENT", 0, "Ambient", ""},
{MAP_EMIT, "EMMIT", 0, "Emmit", ""},
{MAP_EMIT, "EMIT", 0, "Emit", ""},
{MAP_COLMIR, "MIRROR_COLOR", 0, "Mirror Color", ""},
{MAP_RAYMIRR, "RAYMIRROR", 0, "Ray Mirror", ""},
{MAP_NORM, "NORMAL", 0, "Normal", ""},