mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
Comment out SDL2STUB from Impl_SetWindowIcon
This commit is contained in:
parent
168f8d5c5e
commit
208546165b
1 changed files with 1 additions and 1 deletions
|
@ -1620,7 +1620,7 @@ static void Impl_SetWindowIcon(void)
|
|||
{
|
||||
return;
|
||||
}
|
||||
SDL2STUB();
|
||||
//SDL2STUB(); // Monster Iestyn: why is this stubbed?
|
||||
SDL_SetWindowIcon(window, icoSurface);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue