mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Rename more 2D and 3D nodes to follow convention
Rename editor plugins to match the new node names.
This commit is contained in:
parent
c3a760c507
commit
d1acbbce7f
91 changed files with 850 additions and 861 deletions
|
|
@ -116,7 +116,7 @@ void MeshEditor::_bind_methods() {
|
|||
MeshEditor::MeshEditor() {
|
||||
|
||||
viewport = memnew(SubViewport);
|
||||
Ref<World> world;
|
||||
Ref<World3D> world;
|
||||
world.instance();
|
||||
viewport->set_world(world); //use own world
|
||||
add_child(viewport);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue