1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Disable camera_effects on some debug draw mode

This commit is contained in:
ChristopheClaustre
2024-05-29 23:01:24 +02:00
parent b75f0485ba
commit c46bb775e9
2 changed files with 53 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ protected:
RendererRD::GI gi;
virtual void _update_shader_quality_settings() {}
static bool _debug_draw_can_use_effects(RS::ViewportDebugDraw p_debug_draw);
private:
RS::ViewportDebugDraw debug_draw = RS::VIEWPORT_DEBUG_DRAW_DISABLED;