Browse Source

Merge pull request #107081 from timothyqiu/debug-draw-copy-pasting

Fix copy-paste error in Viewport classref
Thaddeus Crews 3 months ago
parent
commit
1b2adba320
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Viewport.xml

+ 1 - 1
doc/classes/Viewport.xml

@@ -719,7 +719,7 @@
 			[b]Note:[/b] Only supported when using the Forward+ rendering method.
 		</constant>
 		<constant name="DEBUG_DRAW_CLUSTER_REFLECTION_PROBES" value="23" enum="DebugDraw">
-			Draws the cluster used by [ReflectionProbe] nodes to optimize decal rendering.
+			Draws the cluster used by [ReflectionProbe] nodes to optimize reflection probes.
 			[b]Note:[/b] Only supported when using the Forward+ rendering method.
 		</constant>
 		<constant name="DEBUG_DRAW_OCCLUDERS" value="24" enum="DebugDraw">