Add old code that is presumably made to display debug collision lines.

This commit is contained in:
King_DuckZ 2016-10-31 20:10:33 +01:00
parent a7bd060452
commit 7985ba2bc4
3 changed files with 35 additions and 0 deletions

View file

@ -64,6 +64,7 @@ namespace cloonel {
m_surface->Render(TopLeft(), m_size, m_screenRatio.Ratio(), true);
#if defined(WITH_DEBUG_VISUALS)
m_collisionTopDrawable.Render(m_collisionTop->From(), m_screenRatio.Ratio());
m_collisionTopDrawable.Render(TopLeft(), m_screenRatio.Ratio());
#endif
}