Léo Lam 07ab79db64 MathUtil: Fix Rectangle::GetWidth/Height for unsigned types
`std::abs(x - y)` where x and y are unsigned integers fails to compile
with an "call of overloaded 'abs(unsigned int)' is ambiguous" error
on GCC, and even if it did compile, that expression still wouldn't
give the correct result since `x - y` is unsigned.
2020-05-03 14:41:58 +02:00
..
2020-03-23 14:24:27 +08:00
2018-10-28 17:57:46 +00:00
2018-05-27 18:48:09 -04:00
2018-08-15 12:12:19 -05:00
2020-04-29 12:56:52 +02:00
2019-10-07 22:46:36 +02:00
2019-10-07 22:46:36 +02:00
2018-09-29 22:52:29 -07:00
2018-04-12 21:28:39 +02:00
2018-08-13 12:17:56 -07:00
2020-02-12 12:29:31 +01:00
2018-04-12 21:28:39 +02:00
2019-05-06 18:48:04 +00:00
2019-06-14 15:04:09 -04:00
2019-06-14 15:04:09 -04:00
2019-04-08 07:06:21 -04:00
2018-04-12 21:28:39 +02:00
2018-05-31 17:54:43 +02:00
2018-04-12 21:28:39 +02:00
2018-05-11 09:19:30 -04:00
2018-10-02 05:44:50 -04:00
2018-10-02 05:44:50 -04:00
2019-06-14 15:04:09 -04:00
2019-05-06 18:48:04 +00:00
2020-01-13 08:43:42 +01:00