Reverted last commit since it didn't help

This commit is contained in:
Dimitris Panokostas 2018-01-24 09:16:14 +01:00
parent ef93ebecf5
commit a545beb3f4

View file

@ -295,9 +295,6 @@ 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).