diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-05-25 18:38:19 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-05-25 18:38:19 +0300 |
commit | c8551b0edafef625876acc445a9c77418cadd87a (patch) | |
tree | f61b9a07b5147f6e7f9c21fd3e1c9d848fd4fc2d /doc | |
parent | 313e1f62bb4ed85041bcd9290ec76660878fcd6b (diff) |
Make EditorFileDialog only created on demand in EditorResourcePicker
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorSpinSlider.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSpinSlider.xml b/doc/classes/EditorSpinSlider.xml index f2c5a00640..935335943f 100644 --- a/doc/classes/EditorSpinSlider.xml +++ b/doc/classes/EditorSpinSlider.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="EditorSpinSlider" inherits="Range" version="4.0"> <brief_description> - Godot editor's control for editing numertic values. + Godot editor's control for editing numeric values. </brief_description> <description> This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior. |