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/2d/path_2d.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/2d/path_2d.h')
-rw-r--r-- | scene/2d/path_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/path_2d.h b/scene/2d/path_2d.h index 288ef698e7..38fcca0323 100644 --- a/scene/2d/path_2d.h +++ b/scene/2d/path_2d.h @@ -55,7 +55,7 @@ public: void set_curve(const Ref<Curve2D> &p_curve); Ref<Curve2D> get_curve() const; - Path2D(); + Path2D() {} }; class PathFollow2D : public Node2D { |