Fix bug with atmosphere rendering offset after minimizing window

This commit is contained in:
Emil Axelsson
2018-03-29 17:19:24 +02:00
parent a10480ddb0
commit 402cd19fb8
3 changed files with 32 additions and 27 deletions

View File

@@ -133,6 +133,7 @@ private:
bool _dirtyDeferredcastData;
bool _dirtyRaycastData;
bool _dirtyResolution;
bool _dirtyMsaaSamplingPattern;
Camera* _camera;
Scene* _scene;