From e5e23c7ebff93042263d8384282714572969c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 13 Jun 2018 22:29:54 +0200 Subject: Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard Likely added by mistake in #19487. Should fix #19543. --- doc/classes/EditorSpatialGizmo.xml | 2 -- doc/classes/SpriteBase3D.xml | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/EditorSpatialGizmo.xml b/doc/classes/EditorSpatialGizmo.xml index 58d2671968..3636442b85 100644 --- a/doc/classes/EditorSpatialGizmo.xml +++ b/doc/classes/EditorSpatialGizmo.xml @@ -24,8 +24,6 @@ - - Add collision triangles to the gizmo for picking. A [TriangleMesh] can be generated from a regular [Mesh] too. Call this function during [method redraw]. diff --git a/doc/classes/SpriteBase3D.xml b/doc/classes/SpriteBase3D.xml index 5eb4eb09af..fd4b583928 100644 --- a/doc/classes/SpriteBase3D.xml +++ b/doc/classes/SpriteBase3D.xml @@ -11,6 +11,12 @@ + + + + + + -- cgit v1.2.3