Update SDL3 from 3.2.4 to 3.2.20
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