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

Merge pull request #50040 from reduz/fix-renderingserver-bindings

Clean up RenderingServer and its bindings
This commit is contained in:
Rémi Verschelde
2021-07-01 15:17:33 +02:00
committed by GitHub
34 changed files with 3020 additions and 900 deletions

View File

@@ -7081,8 +7081,6 @@ Node3DEditor::Node3DEditor(EditorNode *p_editor) {
xform_dialog->connect("confirmed", callable_mp(this, &Node3DEditor::_xform_dialog_action));
scenario_debug = RenderingServer::SCENARIO_DEBUG_DISABLED;
selected = nullptr;
set_process_unhandled_key_input(true);