Minor cleanup.

This commit is contained in:
Shyotl
2018-08-10 18:17:30 -05:00
parent 369a3ed909
commit bc8c95a7f7
4 changed files with 5 additions and 5 deletions

View File

@@ -3057,7 +3057,7 @@ BOOL LLWindowWin32::setGamma(const F32 gamma)
mCurrentGammaRamp[0][i] =
mCurrentGammaRamp[1][i] =
mCurrentGammaRamp[2][i] = (WORD) value;
mCurrentGammaRamp[2][i] = (WORD) value;
};
return SetDeviceGammaRamp ( mhDC, mCurrentGammaRamp );