So I am using draw_circle_lines()
function using the macroquad
crate and for some reason it displays this ugly blank dots where you can see the background. Here is my code to draw this (only for the draw_circle_line()
function)
draw_circle_lines(screen_width()/2., screen_height()/2, 30, 20., RED);