Fix uninitialized Viewport::use_debanding
member variable
This commit is contained in:
parent
b370aa75dd
commit
4dd5a17636
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ private:
|
||||||
|
|
||||||
MSAA msaa;
|
MSAA msaa;
|
||||||
ScreenSpaceAA screen_space_aa;
|
ScreenSpaceAA screen_space_aa;
|
||||||
bool use_debanding;
|
bool use_debanding = false;
|
||||||
Ref<ViewportTexture> default_texture;
|
Ref<ViewportTexture> default_texture;
|
||||||
Set<ViewportTexture *> viewport_textures;
|
Set<ViewportTexture *> viewport_textures;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue