Adjusted default bloom size

This commit is contained in:
Olivier Prat 2018-04-10 18:06:36 +02:00
parent 0085a6cfc0
commit e2f442d7c1

View file

@ -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;