mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
AA branch: more inline.
This commit is contained in:
10
imgui.cpp
10
imgui.cpp
@ -9202,16 +9202,6 @@ void ImDrawList::AddConvexPolyFilled(const ImVec2* points, const int points_coun
|
||||
}
|
||||
}
|
||||
|
||||
void ImDrawList::PathClear()
|
||||
{
|
||||
path.resize(0);
|
||||
}
|
||||
|
||||
void ImDrawList::PathLineTo(const ImVec2& p)
|
||||
{
|
||||
path.push_back(p);
|
||||
}
|
||||
|
||||
void ImDrawList::PathArcToFast(const ImVec2& centre, float radius, int amin, int amax)
|
||||
{
|
||||
static ImVec2 circle_vtx[12];
|
||||
|
Reference in New Issue
Block a user