1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Don't replace RootMotionView with Node in a running project

This behavior was inconsistent with other editor-only nodes such as
Position3D, Position2D and ReferenceRect. It also caused issues when
a script extended RootMotionView as it ceased to work when the project
was run.
This commit is contained in:
Hugo Locurcio
2022-01-02 23:39:56 +01:00
parent 3b39f00761
commit 813bfe00f3
3 changed files with 6 additions and 10 deletions

View File

@@ -6157,8 +6157,6 @@ EditorNode::EditorNode() {
register_exporters();
ClassDB::set_class_enabled("RootMotionView", true);
EDITOR_DEF("interface/editor/save_on_focus_loss", false);
EDITOR_DEF("interface/editor/show_update_spinner", false);
EDITOR_DEF("interface/editor/update_continuously", false);