diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-11 13:27:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 13:27:51 +0100 |
commit | 6b1628f9fcc50dc16af08c2b87f27108ff6e15c5 (patch) | |
tree | 5bb1ef20e714dc1d9a8421ee2419036534d2f230 /main/main.cpp | |
parent | 5c038acdc159708113fdc911c44abf1d6dcdbdf7 (diff) | |
parent | 83069a3c0f01507acd24672c90b24c9eba868aba (diff) | |
download | redot-engine-6b1628f9fcc50dc16af08c2b87f27108ff6e15c5.tar.gz |
Merge pull request #33517 from madmiraal/fix-_MSG-macros
Send *_MSG macros' explanations directly to the _err_print_error().
Diffstat (limited to 'main/main.cpp')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 3911ae77dc..c34d3da618 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2164,6 +2164,5 @@ void Main::cleanup() { unregister_core_driver_types(); unregister_core_types(); - OS::get_singleton()->clear_last_error(); OS::get_singleton()->finalize_core(); } |