[Fixed] Small Maps Not Displaying Correctly in Prerelease
-
Small maps are not displaying correctly in version 15781. For example, when I run MiniMap I only see
This behavior occurs on other small maps (e.g. Small Balanced) but not on larger maps.
-
@RogerCooper Could you give a little bit more detail on this? Like a before Screenshot for example? Or point out what should be different for example?
Right now I'm just loking at a map that seems to be weird, but can't spot an obvious problem
-
Nevermind, I see what you mean, well yes that's not supposed to happen at all.
-
https://github.com/triplea-game/triplea/pull/5180 should fix this
-
Ok, this issue is fixed in 2.0.15783
-
@RoiEX impressive response time. That issue had no chance against RoiEX
-
Thanks
Well once I saw the issue I was already pretty sure what was going wrong. Basically the map was offset a little bit, but gets cropped at the position where it should end.
So all I had to do was to ensure small maps always are drawn in the top left, which turned out to be a one-line change. Also I was discussing a couple of things with some friends during that time (online) so I used that time super effectively ^^ -
@RoiEX heh heh
One line changes can blow away hours of work sometimes. Like well f it delete all that other stuff and just do this Not saying that was the case here, just an example of the Power of 1 line