Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into selectionlist
Browse files Browse the repository at this point in the history
  • Loading branch information
vorth committed Aug 16, 2017
2 parents e4bf288 + 2fdf071 commit c97cf61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class RenderedManifestation
private boolean mPickable = true;

private AlgebraicVector location;
private final AlgebraicVector fixedLocation;
private AlgebraicVector fixedLocation;

private int strutZone = -1;

Expand Down Expand Up @@ -236,6 +236,7 @@ public RenderedManifestation copy()
{
RenderedManifestation copy = new RenderedManifestation( null );
copy .location = this .location;
copy .fixedLocation = this .fixedLocation;
copy .mColorName = this .mColorName;
copy .color = this .color;
copy .mGlow = this .mGlow;
Expand Down

0 comments on commit c97cf61

Please sign in to comment.