Skip to content

Commit

Permalink
Fix RA refinery selection bounds offset
Browse files Browse the repository at this point in the history
Selection bounds were too low on the vertical axis.
  • Loading branch information
reaperrr committed Jun 2, 2018
1 parent 74d1d7b commit 222662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ra/rules/structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ PROC:
Dimensions: 3,4
LocalCenterOffset: 0,-512,0
Selectable:
Bounds: 72,50,0,12
Bounds: 72,50,0,4
DecorationBounds: 72,70,0,-2
SelectionDecorations:
Targetable:
Expand Down

0 comments on commit 222662d

Please sign in to comment.