mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 03:33:38 +02:00
Disabled bloom by default
This commit is contained in:
parent
bccd6df57c
commit
c5bd86a4bf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class BloomConfig : public render::Task::Config {
|
|||
|
||||
public:
|
||||
|
||||
BloomConfig() : render::Task::Config(true) {}
|
||||
BloomConfig() : render::Task::Config(false) {}
|
||||
|
||||
float size{ 0.8f };
|
||||
|
||||
|
|
Loading…
Reference in a new issue