osx: no need to fully initialize SDL
This commit is contained in:
parent
629d262578
commit
b2475c49a1
|
@ -65,10 +65,6 @@ void os_CreateWindow() {
|
|||
void os_SetupInput()
|
||||
{
|
||||
#if defined(USE_SDL)
|
||||
if (SDL_Init(0) != 0)
|
||||
{
|
||||
die("SDL: Initialization failed!");
|
||||
}
|
||||
input_sdl_init();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue