mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Remove override keyword from csharp_script.h to fix build errors
Fixes godotengine/godot#40572
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
virtual void get_script_property_list(List<PropertyInfo> *p_list) const;
|
||||
virtual void update_exports();
|
||||
|
||||
void get_members(Set<StringName> *p_members) override;
|
||||
virtual void get_members(Set<StringName> *p_members);
|
||||
|
||||
virtual bool is_tool() const { return tool; }
|
||||
virtual bool is_valid() const { return valid; }
|
||||
|
||||
Reference in New Issue
Block a user