1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Merge pull request #54026 from ConteZero/primary_clipboard_linux_3.x

This commit is contained in:
Rémi Verschelde
2022-03-14 18:52:20 +01:00
committed by GitHub
12 changed files with 170 additions and 7 deletions

View File

@@ -2417,6 +2417,7 @@ void Main::cleanup(bool p_force) {
OS::get_singleton()->_cmdline.clear();
OS::get_singleton()->_execpath = "";
OS::get_singleton()->_local_clipboard = "";
OS::get_singleton()->_primary_clipboard = "";
ResourceLoader::clear_translation_remaps();
ResourceLoader::clear_path_remaps();