mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 14:29:14 +08: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;
|
p = q;
|
||||||
cur_index += 4;
|
cur_index += 4;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user