From 62d5a45829222c981d804e910d8a78f577566abf Mon Sep 17 00:00:00 2001 From: samcake Date: Thu, 28 Jan 2016 12:20:09 -0800 Subject: [PATCH] Cleaner init --- libraries/render-utils/src/ToneMappingEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/render-utils/src/ToneMappingEffect.h b/libraries/render-utils/src/ToneMappingEffect.h index f6747180a2..e9a4479dc9 100644 --- a/libraries/render-utils/src/ToneMappingEffect.h +++ b/libraries/render-utils/src/ToneMappingEffect.h @@ -72,7 +72,7 @@ public: ToneMappingConfig() : render::Job::Config(true) {} float exposure{ 0.0f }; - int curve{ 1 }; + int curve{ ToneMappingEffect::Gamma22 }; signals: void dirty(); };