Bug 1282424 - initialize member variable |mSpecularConstantInt| in SpecularLightingSoftware. r=mstange

MozReview-Commit-ID: 8ch1A9bGiBj

--HG--
extra : rebase_source : ee673828507d5de411c1a807f9b43ce542e34f21
This commit is contained in:
Andi-Bogdan Postelnicu 2016-06-27 16:26:01 +03:00
Родитель 87e616c41c
Коммит af65fa1246
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -3583,6 +3583,7 @@ DiffuseLightingSoftware::LightPixel(const Point3D &aNormal,
SpecularLightingSoftware::SpecularLightingSoftware()
: mSpecularConstant(0)
, mSpecularExponent(0)
, mSpecularConstantInt(0)
{
}