You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Remove undefined method
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user