Make _validate_property a multilevel method
This commit is contained in:
@ -92,7 +92,7 @@ public:
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
virtual void _validate_property(PropertyInfo &property) const override;
|
||||
void _validate_property(PropertyInfo &p_property) const;
|
||||
|
||||
private:
|
||||
_FastNoiseLite _noise;
|
||||
|
||||
Reference in New Issue
Block a user