mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 05:53:29 +02:00
Cleaner init
This commit is contained in:
parent
bf3a09cd00
commit
62d5a45829
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
ToneMappingConfig() : render::Job::Config(true) {}
|
||||
|
||||
float exposure{ 0.0f };
|
||||
int curve{ 1 };
|
||||
int curve{ ToneMappingEffect::Gamma22 };
|
||||
signals:
|
||||
void dirty();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue