Do not set the cursor when creating it

This commit is contained in:
scrawl 2016-02-13 03:34:00 +01:00
parent 48ac0bef3e
commit 6fc6913424

View file

@ -239,8 +239,6 @@ namespace SDLUtil
//clean up //clean up
SDL_FreeSurface(surf); SDL_FreeSurface(surf);
_setGUICursor(name);
} }
} }