- fix some postprocess bugs

This commit is contained in:
Magnus Norddahl 2018-06-30 16:44:09 +02:00
commit 8eb825e25a
3 changed files with 4 additions and 4 deletions

View file

@ -15,6 +15,7 @@ Postprocess::Postprocess()
Managers.Push(new PPCameraExposure());
Managers.Push(new PPColormap());
Managers.Push(new PPTonemap());
Managers.Push(new PPAmbientOcclusion());
}
Postprocess::~Postprocess()