Added default cursor for Tinker target

This commit is contained in:
Dimitris Panokostas 2018-01-24 00:57:43 +01:00
parent 0244264995
commit ef93ebecf5

View file

@ -295,6 +295,9 @@ namespace sdl
#elif USE_SDL2
#ifndef TINKER
setup_cursor();
#else
cursor = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW);
SDL_SetCursor(cursor);
#endif
// make the scaled rendering look smoother (linear scaling).