mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove undefined method
This commit is contained in:
parent
019889d1da
commit
cb8196252b
1 changed files with 0 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ public:
|
|||
// Skeleton creation API
|
||||
uint64_t get_version() const;
|
||||
int add_bone(const String &p_name);
|
||||
void remove_bone(int p_bone);
|
||||
int find_bone(const String &p_name) const;
|
||||
String get_bone_name(int p_bone) const;
|
||||
void set_bone_name(int p_bone, const String &p_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue