Skip to content

Commit

Permalink
Placate compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Otfried Cheong committed May 25, 2024
1 parent 41f0af0 commit bc45f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ipelib/ipeobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ Matrix Object::effectiveMatrix(const Matrix & m, const Vector &pos) const noexce
Matrix m1 = m * matrix() * Matrix(pos);
switch (transformations()) {
case ETransformationsAffine:
default:
return m1;
case ETransformationsTranslations:
return Matrix(m1.translation());
Expand Down

0 comments on commit bc45f20

Please sign in to comment.