You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user