You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is this going to be fixed soon? I'm creating an engine for some friends and I to use to make a game, and I was planning on using this parser as a part of it. Unfortunately, on my system (Arch Linux) this issue is very pronounced: http://i.imgur.com/NU88tCx.png
Unfortunately this will be ongoing until I get some time to look at it. The current kludge is to comment out lines 540-543 in MapLoaderPrivate.cpp but this may (read: will, probably) cause tearing artifacts when scrolling the view.
Some more possible work arounds:
The effect is more pronounced when zooming with sf::view. Rather than zoom try doubling the size of the tmx map, and corresponding textures, to save zooming with the view.
Comment out the adding of the half pixels (MapLoaderPrivate.cpp, lines 540-543) then make sure that the view position is rounded to the nearest whole pixel when moving around the map.
Details: http://en.sfml-dev.org/forums/index.php?topic=3023.msg103857#msg103857
The text was updated successfully, but these errors were encountered: