prevent colorsmoothing from flooding led device with data when no new input data is available (#654)

resolve compiler warnings

Former-commit-id: c7fbdce5dc7fde8b8e188320408dc547b9ad5e51
This commit is contained in:
redPanther
2016-05-26 07:01:10 +02:00
committed by brindosch
parent 84d9f4ef80
commit a41051cc84
4 changed files with 15 additions and 8 deletions

View File

@@ -6,8 +6,8 @@
RgbChannelCorrection::RgbChannelCorrection() :
_correctionR(255),
_correctionB(255),
_correctionG(255)
_correctionG(255),
_correctionB(255)
{
initializeMapping();
}