diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-24 08:00:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 08:00:23 +0100 |
commit | 128a55a597b0dfad4d7f5b94c64b37b0ce120899 (patch) | |
tree | 06cb54f7a9df6bb015f8c5c416f19c200c66eb8b /editor/filesystem_dock.cpp | |
parent | 49118315ba2cbc153384fd733784250abe053b6d (diff) | |
parent | 15e6a82faff0bf9a08def1e46f2e9a8c4e0ac3ea (diff) |
Merge pull request #36494 from akien-mga/callable-fixes
Fix some signals and non-debug branch for callable_mp
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 4172570089..5363d6a1e2 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -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); |