summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-12-26 00:31:51 +0000
committerMaximilian Albert <maximilian.albert@gmail.com>2009-12-26 00:31:51 +0000
commitb0caf0cf11a3afdfbc9327641dde6ea7a8257fc5 (patch)
tree59ad390f9fcc86ccd7837124962f0e56cd0aa0da /src/live_effects/lpe-perspective_path.cpp
parentFix compile when lcms is disabled (someone please check that this fix is corr... (diff)
downloadinkscape-b0caf0cf11a3afdfbc9327641dde6ea7a8257fc5.tar.gz
inkscape-b0caf0cf11a3afdfbc9327641dde6ea7a8257fc5.zip
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspectives.
(bzr r8910)
Diffstat (limited to 'src/live_effects/lpe-perspective_path.cpp')
-rw-r--r--src/live_effects/lpe-perspective_path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp
index 091a4d9ae..3d18318c5 100644
--- a/src/live_effects/lpe-perspective_path.cpp
+++ b/src/live_effects/lpe-perspective_path.cpp
@@ -58,7 +58,7 @@ LPEPerspectivePath::LPEPerspectivePath(LivePathEffectObject *lpeobject) :
Persp3D *persp = persp3d_document_first_persp(inkscape_active_document());
- Proj::TransfMat3x4 pmat = persp->tmat;
+ Proj::TransfMat3x4 pmat = persp->perspective_impl->tmat;
pmat.copy_tmat(tmat);
}