summaryrefslogtreecommitdiffstats
path: root/scene/3d/node_3d.h
diff options
context:
space:
mode:
authorqarmin <mikrutrafal54@gmail.com>2020-04-18 11:00:51 +0200
committerqarmin <mikrutrafal54@gmail.com>2020-04-18 11:00:51 +0200
commit559bc3ca87042d477331ecd32f1881ce8d0b5d91 (patch)
tree7039216faa9c9261f60bcc726ac3453257dd9127 /scene/3d/node_3d.h
parentd817be92c2d9edce842ab37ab13117743f8a3bee (diff)
downloadredot-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.h2
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);