You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #28766 from pgoral/editor_validation_issue
Changing method signature in other class in not recognized in working…
This commit is contained in:
@@ -117,6 +117,8 @@ public:
|
||||
virtual Control *get_edit_menu() = 0;
|
||||
virtual void clear_edit_menu() = 0;
|
||||
|
||||
virtual void validate() = 0;
|
||||
|
||||
ScriptEditorBase() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user