You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user