You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Refactor MethodBind to use variadic templates
Removed make_binders and the old style generated binders.
This commit is contained in:
@@ -791,7 +791,7 @@ bool EditorPlugin::build() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void EditorPlugin::queue_save_layout() const {
|
||||
void EditorPlugin::queue_save_layout() {
|
||||
EditorNode::get_singleton()->save_layout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user