typo
This commit is contained in:
parent
62e12d6205
commit
8e615d3ca4
@ -374,7 +374,7 @@ void b3Cloth::Draw(b3Draw* draw) const
|
|||||||
|
|
||||||
for (u32 i = 0; i < m->vertexCount; ++i)
|
for (u32 i = 0; i < m->vertexCount; ++i)
|
||||||
{
|
{
|
||||||
draw->DrawPoint(m_ps[i].p, 2.0f, b3Color_green);
|
draw->DrawPoint(m_ps[i].p, 6.0f, b3Color_green);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (u32 i = 0; i < m->triangleCount; ++i)
|
for (u32 i = 0; i < m->triangleCount; ++i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user