1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Editor: fix typo in VCS plugin method names

This commit is contained in:
merumelu
2019-11-19 15:11:03 +01:00
parent 95f1f4e82a
commit 94fc676019
5 changed files with 12 additions and 11 deletions

View File

@@ -129,7 +129,7 @@ public:
PanelContainer *get_version_control_dock() const { return version_control_dock; }
List<StringName> get_available_vcs_names() const { return available_addons; }
bool get_is_vcs_intialized() const;
bool is_vcs_initialized() const;
const String get_vcs_name() const;
void register_editor();