Removed obsolete extra Set Cursor line
This commit is contained in:
parent
8022b12773
commit
b663f9452e
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ int graphics_setup(void)
|
||||||
}
|
}
|
||||||
check_error_sdl(sdl_window == nullptr, "Unable to create window:");
|
check_error_sdl(sdl_window == nullptr, "Unable to create window:");
|
||||||
}
|
}
|
||||||
SDL_ShowCursor(SDL_DISABLE);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (renderer == nullptr)
|
if (renderer == nullptr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue