mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-30 23:02:39 -06:00
.examples: Minor fix in Box2D
git-svn-id: svn://ultimatepp.org/upp/trunk@6004 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bd6919cb89
commit
41a189542f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ struct DebugDraw : b2DebugDraw
|
|||
p[i] = conv(v[i]);
|
||||
p[vertexCount] = p[0];
|
||||
|
||||
w->DrawPolyline(p, vertexCount + 1, 1, conv(color, 150.0));
|
||||
w->DrawPolyline(p, 1, conv(color, 150.0));
|
||||
}
|
||||
|
||||
void DrawSolidPolygon(const b2Vec2* v, int vertexCount, const b2Color& color)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue