Fix typos, fix wronng paths to resources

This commit is contained in:
wmayer
2012-03-01 20:29:33 +01:00
parent 0b17679c97
commit 186889ba33
7 changed files with 11 additions and 9 deletions

View File

@@ -1756,7 +1756,7 @@ void PropertyMaterial::setSpecularColor(const Color& col)
hasSetValue();
}
void PropertyMaterial::setEmmisiveColor(const Color& col)
void PropertyMaterial::setEmissiveColor(const Color& col)
{
aboutToSetValue();
_cMat.emissiveColor = col;