Tugduoff / RType

RTypeeeeeeeuh
3 stars 0 forks source link

:adhesive_bandage: Fix crash at random time #116

Closed ClementBaziret closed 3 weeks ago

ClementBaziret commented 3 weeks ago

This pull requests fixes the crash that was happening at random.

The crash was due to the main thread and the network thread accessing the game engine at the same time and invalidating iterators that then went out-of-bounds.