Lemmings Forums

NeoLemmix => NeoLemmix Main => Archived Bugs & Suggestions => Topic started by: mobius on November 19, 2017, 05:46:01 PM

Title: [No-Fix]movement when rotating
Post by: mobius on November 19, 2017, 05:46:01 PM
a very low priority bug;

When rotating some pieces in the editor; they move very gradually to the left. I noticed this with the triangular and pillar end pieces from original Pillar set. But the wooden planks don't seem to do this.
Title: Re: movement when rotating
Post by: Nepster on November 19, 2017, 06:07:49 PM
When determining the position of a piece that got rotated around its center, one has to round the piece position, if either the width or the height of the piece is odd. What you encountered is, that a piece moves slightly if these "rounding unprecisions" accumulate.

I don't think there is any good way to solve this issue without adding a lot of code. So I would simply say: Don't rotate too much :P