1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Added primary clipboard for Linux

This commit is contained in:
ConteZero
2021-10-20 16:19:17 +02:00
parent c2c0c8067d
commit 2ff0735329
12 changed files with 170 additions and 7 deletions

View File

@@ -2416,6 +2416,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();