mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-23 05:10:39 +00:00
This will provide a quick and easy way of clearing the error when a function succeeds, if we want to do that in a more widespread way. For now we guarantee that SDL_Init() will never have an error set when it returns successfully. Fixes https://github.com/libsdl-org/SDL/issues/8421