Respect HDR option
This commit is contained in:
parent
b08735f209
commit
0856259d19
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue