SDL_GetTicks() => GFX2_GetTicks()

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
Thomas Bernard
2018-05-28 12:31:42 +02:00
parent a6c948b27e
commit fb51c1bb1c
12 changed files with 80 additions and 49 deletions

View File

@@ -355,7 +355,7 @@ void Button_Select_forecolor(int btn)
int color;
time_previous = time_click;
time_click = SDL_GetTicks();
time_click = GFX2_GetTicks();
color=Pick_color_in_palette();