update tests

This commit is contained in:
Irlan
2018-08-04 15:28:22 -03:00
parent 26b956720c
commit c804a2dc52
3 changed files with 12 additions and 8 deletions

View File

@ -34,6 +34,11 @@ public:
m_cloth->Draw();
if (m_clothDragger.IsDragging() == true)
{
g_draw->DrawSegment(m_clothDragger.GetPointA(), m_clothDragger.GetPointB(), b3Color_white);
}
extern u32 b3_clothSolverIterations;
g_draw->DrawString(b3Color_white, "Iterations = %u", b3_clothSolverIterations);