mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Fixed very minor bug
This was SVN commit r1196.
This commit is contained in:
parent
6d4f94112d
commit
7f962ea9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ SMaterialColor CMaterial::GetSpecular()
|
|||
if(!m_Specular)
|
||||
return IdentitySpecular;
|
||||
|
||||
return *m_Ambient;
|
||||
return *m_Specular;
|
||||
}
|
||||
|
||||
SMaterialColor CMaterial::GetEmissive()
|
||||
|
|
|
|||
Loading…
Reference in a new issue