Fix mColor reset value

This commit is contained in:
Magnus Norddahl 2016-08-29 05:31:12 +02:00
parent 71387b1b42
commit e0e43ee7b3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void FRenderState::Reset()
mLastDepthClamp = true;
mInterpolationFactor = 0.0f;
mColor.Set(0.0f, 0.0f, 0.0f, 0.0f);
mColor.Set(1.0f, 1.0f, 1.0f, 1.0f);
mCameraPos.Set(0.0f, 0.0f, 0.0f, 0.0f);
mGlowTop.Set(0.0f, 0.0f, 0.0f, 0.0f);
mGlowBottom.Set(0.0f, 0.0f, 0.0f, 0.0f);