Something went wrong while setting issue due date.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This is all I know atm. The image indicates:
fromX fromY toX toY
mapWidth mapHeight
ignore the third line
So obviously, the issue is that the source X and Y are decimals. Sure, I could just floor them (at some performance cost) but I'd rather figure out why people are standing at non ints positions.
Kind of interesting that the fromX and fromY are .75 and .25. If it was something like a float precision error, I'd expect something longer like .0000123
Also, note that this happens both in instanced and non-instanced areas.
So I maybe fixed it. Will release in v0.1.6.1 and hope it's fixed
mentioned in merge request !210 (merged)
added In Testing label
closed
changed milestone to %v0.1.7