mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
update SDL3 to 3.2.6.
This commit is contained in:
@@ -300,6 +300,7 @@ static void DestroyThing(Thing *thing)
|
||||
}
|
||||
|
||||
if (thing->prev) {
|
||||
SDL_assert(thing != things);
|
||||
thing->prev->next = thing->next;
|
||||
} else {
|
||||
SDL_assert(thing == things);
|
||||
|
||||
Reference in New Issue
Block a user