Dan Bechard
2d04dd8b88
Fix off-by-one error in CheckCollisionPointRec ( #3022 )
...
Checking `<= x + w` causes off-by-one error where `CheckCollisionPointRec` will return true at the same time for two rectangles rendered right next to each, but which don't overlap (e.g. when making a 2D tile editor). This is clearly not what was intended.
2023-04-22 10:15:19 +02:00
..
2023-03-22 20:11:03 +01:00
2023-02-06 10:28:24 +01:00
2023-03-22 12:43:18 +01:00
2023-03-15 17:51:23 +01:00
2023-03-18 17:37:04 +01:00
2023-02-09 13:17:47 +01:00
2023-04-15 10:58:00 +02:00
2023-01-01 16:07:51 +01:00
2023-03-22 11:15:00 +01:00
2023-03-20 18:03:37 +01:00
2018-09-26 16:02:42 +02:00
2023-01-01 16:07:51 +01:00
2023-03-22 11:15:00 +01:00
2023-03-22 11:01:05 +01:00
2023-03-12 19:40:43 +01:00
2023-04-17 12:18:06 +02:00
2023-02-09 13:17:47 +01:00
2023-03-19 09:43:51 +01:00
2023-04-17 17:50:46 +02:00
2023-03-20 16:43:22 +01:00
2023-04-22 10:15:19 +02:00
2023-04-17 12:18:06 +02:00
2023-04-13 23:08:32 +02:00
2023-02-09 13:17:47 +01:00
2023-04-09 22:42:15 +02:00
2023-01-01 16:07:51 +01:00