diff options
author | volzhs <volzhs@gmail.com> | 2017-12-21 22:17:35 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-12-21 22:49:55 +0900 |
commit | 0856259d19862a22bf164831ddcbfb7808779e66 (patch) | |
tree | c4aa45238e1329e615f57c25f0edbed37b313421 | |
parent | b08735f20987a6188fd54c5e2dcd072dc316b413 (diff) |
Respect HDR option
-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 ae855e803c..144768ac05 100644 --- a/scene/main/viewport.cpp +++ b/scene/main/viewport.cpp @@ -2891,7 +2891,7 @@ Viewport::Viewport() { gui.canvas_sort_index = 0; msaa = MSAA_DISABLED; - hdr = false; + hdr = true; usage = USAGE_3D; debug_draw = DEBUG_DRAW_DISABLED; |