diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-15 09:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 09:30:04 +0200 |
commit | 152bb86141b1427524df73f9ed3f273a4b76bb8f (patch) | |
tree | ba5e0515393022776d04bdca2ca53bd5d5b656d6 /scene/3d/path_3d.h | |
parent | fdc8b969755f3a4658801a2ebe2c1d975427527e (diff) | |
parent | b3bc5aafc5dbe6559534bb1e19093e719afbf52c (diff) |
Merge pull request #39479 from akien-mga/classdb-default-property-unique
Object: Add usage hint to instantiate Object properties in editor
Diffstat (limited to 'scene/3d/path_3d.h')
-rw-r--r-- | scene/3d/path_3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/path_3d.h b/scene/3d/path_3d.h index 5a33016bc6..7f227a8a6f 100644 --- a/scene/3d/path_3d.h +++ b/scene/3d/path_3d.h @@ -49,7 +49,7 @@ public: void set_curve(const Ref<Curve3D> &p_curve); Ref<Curve3D> get_curve() const; - Path3D(); + Path3D() {} }; class PathFollow3D : public Node3D { |