You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Signals: Make callbacks non-const, callable_mp can't handle it
This commit is contained in:
@@ -1775,7 +1775,7 @@ void FileSystemDock::_file_option(int p_option, const Vector<String> &p_selected
|
||||
}
|
||||
}
|
||||
|
||||
void FileSystemDock::_resource_created() const {
|
||||
void FileSystemDock::_resource_created() {
|
||||
Object *c = new_resource_dialog->instance_selected();
|
||||
|
||||
ERR_FAIL_COND(!c);
|
||||
|
||||
Reference in New Issue
Block a user