
The existing cast didn't make much sense. The expression itself is already int, there's little point in casting it to int, especially when assigning to a float. This fixes warnings with MSVC.
The existing cast didn't make much sense. The expression itself is already int, there's little point in casting it to int, especially when assigning to a float. This fixes warnings with MSVC.