You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Improve performance of CSharpLanguage::reload_assemblies
This commit is contained in:
@@ -434,6 +434,11 @@ class CSharpLanguage : public ScriptLanguage {
|
||||
friend class GDMono;
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
Vector<String> pending_file_system_update_paths;
|
||||
bool is_flushing_filesystem_updates = false;
|
||||
void _queue_for_filesystem_update(String p_script_path);
|
||||
void _flush_filesystem_updates();
|
||||
|
||||
EditorPlugin *godotsharp_editor = nullptr;
|
||||
|
||||
static void _editor_init_callback();
|
||||
|
||||
Reference in New Issue
Block a user