diff options
author | Noshyaar <poommetee@protonmail.com> | 2017-12-25 08:36:46 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-25 08:36:46 +0700 |
commit | a483edbdddd44c4f4f59819591be7177a7d72afc (patch) | |
tree | 45c649bc41430318874601ac241ecc63bba2b28d /scene/main/viewport.cpp | |
parent | aab4434d760f647db7043870aad41da6c3672102 (diff) | |
parent | 0856259d19862a22bf164831ddcbfb7808779e66 (diff) |
Merge pull request #14899 from volzhs/render-quality-option
Respect HDR option
Diffstat (limited to 'scene/main/viewport.cpp')
-rw-r--r-- | scene/main/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/viewport.cpp b/scene/main/viewport.cpp index 72d910f559..76af70f32f 100644 --- a/scene/main/viewport.cpp +++ b/scene/main/viewport.cpp @@ -2904,7 +2904,7 @@ Viewport::Viewport() { gui.canvas_sort_index = 0; msaa = MSAA_DISABLED; - hdr = false; + hdr = true; usage = USAGE_3D; debug_draw = DEBUG_DRAW_DISABLED; |