1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00

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
SDL_FreeSurface(surf);
_setGUICursor(name);
}
}