You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user