You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue to list old issues and PRs that should have been closed or merged a long time ago, because the thing they are trying to fix no longer exists or was fixed already elsewhere. I will update it whenever I see another obsolete item.
This is an issue to list old issues and PRs that should have been closed or merged a long time ago, because the thing they are trying to fix no longer exists or was fixed already elsewhere. I will update it whenever I see another obsolete item.
Obsolete PRs that should be closed
macroquad::window::screen_dpi_scale()
sample_count
is no longer set to 4 anywheredraw_poly
#493: this no longer overflows withsides = 255
since0..=sides
is used instead of0..sides + 1
The text was updated successfully, but these errors were encountered: