Skip to content

Commit 1b2adba

Browse files
committed
Merge pull request godotengine#107081 from timothyqiu/debug-draw-copy-pasting
Fix copy-paste error in Viewport classref
2 parents 153a06a + e74ebaf commit 1b2adba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Viewport.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
[b]Note:[/b] Only supported when using the Forward+ rendering method.
720720
</constant>
721721
<constant name="DEBUG_DRAW_CLUSTER_REFLECTION_PROBES" value="23" enum="DebugDraw">
722-
Draws the cluster used by [ReflectionProbe] nodes to optimize decal rendering.
722+
Draws the cluster used by [ReflectionProbe] nodes to optimize reflection probes.
723723
[b]Note:[/b] Only supported when using the Forward+ rendering method.
724724
</constant>
725725
<constant name="DEBUG_DRAW_OCCLUDERS" value="24" enum="DebugDraw">

0 commit comments

Comments
 (0)