Draw solid stuff inside b3World

This commit is contained in:
Irlan
2019-06-04 20:56:51 -03:00
parent 43085c8cc1
commit 56db3517f9
10 changed files with 165 additions and 218 deletions

View File

@ -88,7 +88,7 @@ void Test::Step()
if (g_settings->drawTriangles)
{
g_draw->DrawSolidShapes(m_world);
m_world.DrawSolid();
}
if (g_settings->drawStats)