mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Make _validate_property a multilevel method
This commit is contained in:
@@ -167,7 +167,7 @@ void BoneMap::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("profile_updated"));
|
||||
}
|
||||
|
||||
void BoneMap::_validate_property(PropertyInfo &property) const {
|
||||
void BoneMap::_validate_property(PropertyInfo &p_property) const {
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user