mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
undefine ADD_TRIANGLE macro definition
ADD_TRIANGLE macro function in SDL_RenderLines() was never being undefined even after it's purpose was resolved.
This commit is contained in:
parent
10b524c7cc
commit
8d2b6c09c5
1 changed files with 2 additions and 0 deletions
|
|
@ -3904,6 +3904,8 @@ bool SDL_RenderLines(SDL_Renderer *renderer, const SDL_FPoint *points, int count
|
|||
}
|
||||
}
|
||||
|
||||
#undef ADD_TRIANGLE
|
||||
|
||||
p = q;
|
||||
cur_index += 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue