HomeWildfire Games

Fix common OOS following rP24563.

Description

Fix common OOS following rP24563.

rP24563 uses a GCHashTable to recognize objects. However, It should have used MovableCellHasher to maintain a stble hashmaps when GC pointers change.

Tested By: Stan

Differential Revision: https://code.wildfiregames.com/D3363

Event Timeline

Silier added a subscriber: Silier.EditedJan 14 2021, 10:24 PM

does it fix #5909 ?

In rP24610#47522, @Angen wrote:

does it fix #5909 ?

I don't think it does necessarily, since you uploaded that ticket before I merged the diff. But it's difficult to know what happened on your playthrough since I OOS much earlier...