Romain Vimont 82efff34e8 Factorize texture creation
SDL_CreateTexture() is called both during initialization and on frame
size change.

To avoid inconsistent changes to arguments value, factorize them to a
single function create_texture().
2018-03-27 11:01:40 +02:00
..
2018-03-27 11:01:40 +02:00
2018-03-09 22:30:10 +01:00
2018-03-20 21:32:41 +01:00