You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Make _validate_property a multilevel method
This commit is contained in:
@@ -94,7 +94,7 @@ private:
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
void _notification(int p_what);
|
||||
virtual void _validate_property(PropertyInfo &property) const override;
|
||||
void _validate_property(PropertyInfo &p_property) const;
|
||||
|
||||
public:
|
||||
AABB get_aabb() const override;
|
||||
|
||||
Reference in New Issue
Block a user