diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2018-09-19 04:30:31 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2018-10-09 00:31:43 +0100 |
| commit | 56fdcf5f00a8066617ae738652ab041614b0938a (patch) | |
| tree | 27ea67ace40234c2bd47c3d3f7f47d3c4d8ae320 /Source/Core/InputCommon/ControllerInterface | |
| parent | 31594a81388d08f4989cf7031062d023b78f88ed (diff) | |
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.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions
