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
commit ad8a2b3d52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);