Skip to content

Commit

Permalink
Relocation window now floors text before displaying it
Browse files Browse the repository at this point in the history
  • Loading branch information
Rackover committed Jun 23, 2019
1 parent 5e1a3a7 commit 7579c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/object_ui_window_relocation.object.gmx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ for (var i = 0; i < array_length_1d(leftText); i++){
}

draw_set_halign(fa_right);
drawShadowedText(right, textStart+lh*i, cost, customColors);
drawShadowedText(right, floor(textStart+lh*i), cost, customColors);
}

/// 3. Buttons
Expand Down

0 comments on commit 7579c02

Please sign in to comment.