Fix missing call from merge

This commit is contained in:
Magnus Norddahl 2016-09-25 00:31:43 +02:00
parent 979e70ca8f
commit 6cb9f875dd
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ void FGLRenderer::PostProcessScene()
UpdateCameraExposure();
BloomScene();
TonemapScene();
ColormapScene();
LensDistortScene();
}