1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Rename VisualScriptEditor singleton to VisualScriptCustomNodes

Follow-up to #51916, fixes inconsistency between singleton name and class
as documented in https://github.com/godotengine/godot/issues/52162#issuecomment-918979753.
This commit is contained in:
Rémi Verschelde
2021-09-14 11:31:01 +02:00
parent 195ea41a7a
commit f1dca7760c
2 changed files with 2 additions and 2 deletions

View File

@@ -1069,7 +1069,7 @@
<member name="TranslationServer" type="TranslationServer" setter="" getter="">
The [TranslationServer] singleton.
</member>
<member name="VisualScriptEditor" type="VisualScriptCustomNodes" setter="" getter="">
<member name="VisualScriptCustomNodes" type="VisualScriptCustomNodes" setter="" getter="">
The [VisualScriptCustomNodes] singleton.
</member>
<member name="XRServer" type="XRServer" setter="" getter="">