Skip to content

Commit

Permalink
Fix tiled decorator alignment not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Jun 27, 2020
1 parent ec01f02 commit 200904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DecoratorTiledInstancer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ bool DecoratorTiledInstancer::GetTileProperties(DecoratorTiled::Tile* tiles, Tex
{
using Style::LengthPercentage;

LengthPercentage align = tile.align[dimension];
LengthPercentage& align = tile.align[dimension];
const Property& property = *align_properties[dimension];
if (property.unit == Property::KEYWORD)
{
Expand Down

0 comments on commit 200904a

Please sign in to comment.