mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
Fix missing call from merge
This commit is contained in:
parent
979e70ca8f
commit
6cb9f875dd
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ void FGLRenderer::PostProcessScene()
|
||||||
UpdateCameraExposure();
|
UpdateCameraExposure();
|
||||||
BloomScene();
|
BloomScene();
|
||||||
TonemapScene();
|
TonemapScene();
|
||||||
|
ColormapScene();
|
||||||
LensDistortScene();
|
LensDistortScene();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue