forked from mirrors/0ad
Fixed very minor bug
This was SVN commit r1196.
This commit is contained in:
@@ -93,7 +93,7 @@ SMaterialColor CMaterial::GetSpecular()
|
||||
if(!m_Specular)
|
||||
return IdentitySpecular;
|
||||
|
||||
return *m_Ambient;
|
||||
return *m_Specular;
|
||||
}
|
||||
|
||||
SMaterialColor CMaterial::GetEmissive()
|
||||
|
||||
Reference in New Issue
Block a user