mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-28 22:28:19 +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:
committed by
Sam Lantinga
parent
10b524c7cc
commit
8d2b6c09c5
@@ -3904,6 +3904,8 @@ bool SDL_RenderLines(SDL_Renderer *renderer, const SDL_FPoint *points, int count
|
||||
}
|
||||
}
|
||||
|
||||
#undef ADD_TRIANGLE
|
||||
|
||||
p = q;
|
||||
cur_index += 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user