diff options
author | qarmin <mikrutrafal54@gmail.com> | 2020-04-18 11:00:51 +0200 |
---|---|---|
committer | qarmin <mikrutrafal54@gmail.com> | 2020-04-18 11:00:51 +0200 |
commit | 559bc3ca87042d477331ecd32f1881ce8d0b5d91 (patch) | |
tree | 7039216faa9c9261f60bcc726ac3453257dd9127 /scene/3d/node_3d.h | |
parent | d817be92c2d9edce842ab37ab13117743f8a3bee (diff) | |
download | redot-engine-559bc3ca87042d477331ecd32f1881ce8d0b5d91.tar.gz |
Change non-existent World to World3D
Diffstat (limited to 'scene/3d/node_3d.h')
-rw-r--r-- | scene/3d/node_3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/node_3d.h b/scene/3d/node_3d.h index f97a8a97dc..a4191eb2b3 100644 --- a/scene/3d/node_3d.h +++ b/scene/3d/node_3d.h @@ -124,7 +124,7 @@ public: Node3D *get_parent_spatial() const; - Ref<World3D> get_world() const; + Ref<World3D> get_world_3d() const; void set_translation(const Vector3 &p_translation); void set_rotation(const Vector3 &p_euler_rad); |