Dylan K. Taylor 90f0b85d2e
Eliminate weak comparisons in entity package
Weak comparisons were used in cases when we were worried about comparing int and float.

In some cases (particularly involving Vector3) we do need to be wary of this, so floatval() is used to avoid incorrect type comparisons.
In other cases, we were already exclusively comparing float-float, so weak compare wasn't needed anyway.
2025-01-06 22:44:17 +00:00
..
2024-11-24 15:01:26 +00:00
2024-11-24 15:01:26 +00:00
2024-12-01 17:42:26 +00:00