Refactor UnityPrintNumber(), remove unreachable code
Remove what looks like an overflow check. 'divisor' cannot overflow since it is the same type as 'number' and cannot be greater.
Showing
想要评论请 注册 或 登录
Remove what looks like an overflow check. 'divisor' cannot overflow since it is the same type as 'number' and cannot be greater.