Tillmann Karras 56fdcf5f00 VideoCommon: remove unnecessary floor()
floatindex is clamped to the range [0, 9]. For non-negative numbers
floor() is equivalent to trunc(). Truncation happens implicitly when
converting to uint, so the floor() is unnecessary.
2018-10-09 00:31:43 +01:00
..
2018-05-26 13:08:10 +02:00
2018-09-30 17:46:20 +02:00
2018-10-08 19:51:29 +01:00
2018-07-07 00:48:38 +02:00