i'm working on IT project and I meet one bug, that resists.
My Project is a 2D game in LibGDX, and I use TiledMap(logicial) for create the maps. And an OrthographicCamera for render the screen.
But when I'm running on the map (with the player), "lines" often appear (vertical or horizontal) like here :
And I can't figure out what is the problem, especially as it does not happen all the time.
If anyone can help me, it would be greatly appreciated !