We don't need to convert the object id to float, instead we can just "reinterpret_cast" it. With the current possible values of Entities, there was a risk of overflow once the age gets to 128 (very rare).
We don't need to convert the object id to float, instead we can just "reinterpret_cast" it. With the current possible values of Entities, there was a risk of overflow once the age gets to 128 (very rare).