diff options
Diffstat (limited to 'scene/3d/soft_body.h')
-rw-r--r-- | scene/3d/soft_body.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/soft_body.h b/scene/3d/soft_body.h index 2516d39552..ee455f8dab 100644 --- a/scene/3d/soft_body.h +++ b/scene/3d/soft_body.h @@ -75,6 +75,7 @@ public: PinnedPoint(); PinnedPoint(const PinnedPoint &obj_tocopy); + PinnedPoint operator=(const PinnedPoint &obj); }; private: |