You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
GDExtension: Mark virtual function as is_required in extension_api.json
Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
This commit is contained in:
@@ -78,7 +78,7 @@ EditorInterface *EditorScript::get_editor_interface() const {
|
||||
}
|
||||
|
||||
void EditorScript::run() {
|
||||
GDVIRTUAL_REQUIRED_CALL(_run);
|
||||
GDVIRTUAL_CALL(_run);
|
||||
}
|
||||
|
||||
void EditorScript::_bind_methods() {
|
||||
|
||||
Reference in New Issue
Block a user