Skip to content

Commit

Permalink
Remove documented concern because it is addressed now
Browse files Browse the repository at this point in the history
  • Loading branch information
win93 committed Jul 5, 2020
1 parent da7358a commit f85931f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ext/sdl2_ext/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -2172,8 +2172,7 @@ int internal_roundedBoxRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint1

// Draw corners and north/south wedge
// Theory: two calls through the midpoint circle algorithm will gives bounds
// for a drawn horizontal line. We eagerly draw over ourselves a bit so this
// can be improved performance wise.
// for a drawn horizontal line.
//
// at end of while loop: outline is (x0 +/- x, y0 +/- y) and (x0 +/- y, y0 +/- x)
// 8 octants in total, draw between two each line, therefore 4 calls
Expand Down
3 changes: 1 addition & 2 deletions ext/sdl2_ext/video.c.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2157,8 +2157,7 @@ int internal_roundedBoxRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint1

// Draw corners and north/south wedge
// Theory: two calls through the midpoint circle algorithm will gives bounds
// for a drawn horizontal line. We eagerly draw over ourselves a bit so this
// can be improved performance wise.
// for a drawn horizontal line.
//
// at end of while loop: outline is (x0 +/- x, y0 +/- y) and (x0 +/- y, y0 +/- x)
// 8 octants in total, draw between two each line, therefore 4 calls
Expand Down

0 comments on commit f85931f

Please sign in to comment.