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-03-14 22:03:12 -04:00
2016-09-22 21:01:49 -04:00
2016-09-22 21:05:17 -04:00
2017-11-17 22:11:31 -06:00
2016-09-22 20:39:28 -04:00
2017-09-03 14:15:21 -04:00