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