mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix I_OpenURL wunused on old SDL
This commit is contained in:
parent
d7661e50cf
commit
0bc91fe1a0
1 changed files with 1 additions and 0 deletions
|
|
@ -1027,6 +1027,7 @@ void I_OpenURL(const char *data)
|
||||||
#if (SDL_VERSION_ATLEAST(2, 0, 14))
|
#if (SDL_VERSION_ATLEAST(2, 0, 14))
|
||||||
SDL_OpenURL(data);
|
SDL_OpenURL(data);
|
||||||
#else
|
#else
|
||||||
|
(void)data;
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue