You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-New inspector.
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
This commit is contained in:
@@ -782,7 +782,7 @@ void CSharpLanguage::reload_assemblies_if_needed(bool p_soft_reload) {
|
||||
}
|
||||
|
||||
if (Engine::get_singleton()->is_editor_hint()) {
|
||||
EditorNode::get_singleton()->get_property_editor()->update_tree();
|
||||
EditorNode::get_singleton()->get_inspector()->update_tree();
|
||||
NodeDock::singleton->update_lists();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user