mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Adjusted default bloom size
This commit is contained in:
parent
0085a6cfc0
commit
e2f442d7c1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
|
||||
BloomConfig() : render::Task::Config(false) {}
|
||||
|
||||
float size{ 0.65f };
|
||||
float size{ 0.4f };
|
||||
|
||||
void setIntensity(float value);
|
||||
float getIntensity() const;
|
||||
|
|
Loading…
Reference in a new issue