summaryrefslogtreecommitdiffstats
path: root/src/box3d-side.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d-side.cpp')
-rw-r--r--src/box3d-side.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp
index c2b95203a..040b031c6 100644
--- a/src/box3d-side.cpp
+++ b/src/box3d-side.cpp
@@ -209,7 +209,7 @@ void Box3DSide::set_shape() {
if (hasPathEffect() && pathEffectsEnabled()) {
SPCurve *c_lpe = c->copy();
- bool success = sp_lpe_item_perform_path_effect(this, c_lpe);
+ bool success = this->performPathEffect(c_lpe);
if (success) {
this->setCurveInsync(c_lpe, TRUE);