Skip to content

Commit

Permalink
Update to 4d9d16d, missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Sep 24, 2012
1 parent 4d9d16d commit e0e57b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/pal/layer.cpp
Expand Up @@ -263,6 +263,11 @@ namespace pal
{
f->setFixedAngle( angle );
}
// use layer-level defined rotation, but not if position fixed
if ( !fixedPos && angle != 0.0 )
{
f->setFixedAngle( angle );
}

bool first_feat = true;

Expand Down

0 comments on commit e0e57b5

Please sign in to comment.