color grading palette display updated

This commit is contained in:
turanszkij
2015-10-29 09:16:48 +01:00
parent 7bc0fd520f
commit 0bd9d84789
+1
View File
@@ -137,6 +137,7 @@ void MainComponent::Compose()
{
wiImage::BatchBegin();
wiImage::Draw(wiTextureHelper::getInstance()->getColorGradeDefault(), wiImageEffects(0, 0, 256, 16));
wiImage::Draw(wiRenderer::GetColorGrading(), wiImageEffects(screenW-256, 0, 256, 16));
}
wiBackLog::Draw();