Search found 2 matches

by goduck777
Wed Feb 17, 2021 6:45 am
Forum: Tech support
Topic: Black trace when moving around map in sdl2 client
Replies: 1
Views: 3147

Re: Black trace when moving around map in sdl2 client

I found a fix for this bug. It seems to be related to a SDL bug though. diff -Naur a/client/gui-sdl2/canvas.c b/client/gui-sdl2/canvas.c --- a/client/gui-sdl2/canvas.c> 2021-02-17 01:10:17.597121668 -0500 +++ b/client/gui-sdl2/canvas.c> 2021-02-17 01:10:37.549121428 -0500 @@ -91,6 +91,7 @@ SDL_Rect ...
by goduck777
Thu Feb 11, 2021 9:49 pm
Forum: Tech support
Topic: Black trace when moving around map in sdl2 client
Replies: 1
Views: 3147

Black trace when moving around map in sdl2 client

I have a question about the SDL2 client. Most of the functions work fine, but an annoying issue is that, when I move around the map using right click, the country border and the city name will have black trace on top of it left, and finally become totally dark. It can recover if I move to a differen...