diff options
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 fd14bc730f..f97a8a97dc 100644 --- a/scene/3d/node_3d.h +++ b/scene/3d/node_3d.h @@ -124,7 +124,7 @@ public: Node3D *get_parent_spatial() const; - Ref<World> get_world() const; + Ref<World3D> get_world() const; void set_translation(const Vector3 &p_translation); void set_rotation(const Vector3 &p_euler_rad); |