Merge pull request #94997 from erictuvesson/fix/typo
Fix typo in EditorPlugin `_forward_3d_draw_over_viewport(overlay)` method example
This commit is contained in:
commit
0e244fcd97
|
@ -60,7 +60,7 @@
|
|||
[gdscript]
|
||||
func _forward_3d_draw_over_viewport(overlay):
|
||||
# Draw a circle at cursor position.
|
||||
overlay.draw_circle(overlay.get_local_mouse_position(), 64)
|
||||
overlay.draw_circle(overlay.get_local_mouse_position(), 64, Color.WHITE)
|
||||
|
||||
func _forward_3d_gui_input(camera, event):
|
||||
if event is InputEventMouseMotion:
|
||||
|
|
Loading…
Reference in New Issue