Merge pull request #14899 from volzhs/render-quality-option

Respect HDR option
This commit is contained in:
Noshyaar 2017-12-25 08:36:46 +07:00 committed by GitHub
commit a483edbddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;