Cleaner init

This commit is contained in:
samcake 2016-01-28 12:20:09 -08:00
parent bf3a09cd00
commit 62d5a45829

View file

@ -72,7 +72,7 @@ public:
ToneMappingConfig() : render::Job::Config(true) {}
float exposure{ 0.0f };
int curve{ 1 };
int curve{ ToneMappingEffect::Gamma22 };
signals:
void dirty();
};