You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix uninitialized Viewport::use_debanding member variable
This commit is contained in:
@@ -279,7 +279,7 @@ private:
|
||||
|
||||
MSAA msaa;
|
||||
ScreenSpaceAA screen_space_aa;
|
||||
bool use_debanding;
|
||||
bool use_debanding = false;
|
||||
Ref<ViewportTexture> default_texture;
|
||||
Set<ViewportTexture *> viewport_textures;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user