Fixed global fade-out. (#867)

This commit is contained in:
Jonathas Costa
2019-05-18 13:17:53 -04:00
committed by Alexander Bock
parent ae5392dbeb
commit 368292aba6
3 changed files with 13 additions and 5 deletions

View File

@@ -91,7 +91,8 @@ public:
void update() override;
void performRaycasterTasks(const std::vector<RaycasterTask>& tasks);
void performDeferredTasks(const std::vector<DeferredcasterTask>& tasks);
void performDeferredTasks(const std::vector<DeferredcasterTask>& tasks,
float blackoutFactor);
void render(Scene* scene, Camera* camera, float blackoutFactor) override;
/**