HomeWildfire Games

Fix warning introduced in the mirage cleanup, rP22247

Description

Fix warning introduced in the mirage cleanup, rP22247

Iterating using a for..in over an array returns the indices as string, not number, which C++ did not accept.

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