mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
6fa0187ef0
On some systems it can error while detecting SDL2, in that case it returns without calling the failure function, and thus love continues configuring. I'm hoping it doesn't call the success callback either, so we can instead check whether it succeeded, and show an error if it didn't.