- process lines through the 2D drawer.

This commit is contained in:
Christoph Oelckers 2019-12-31 19:02:55 +01:00
parent 2f8d472d7d
commit 1890df98f9
9 changed files with 36 additions and 177 deletions

View file

@ -189,7 +189,7 @@ void GLInstance::Draw2D(F2DDrawer *drawer)
break;
case F2DDrawer::DrawTypeLines:
//Draw(DT_LINES, cmd.mVertIndex, cmd.mVertCount);
Draw(DT_LINES, cmd.mVertIndex, cmd.mVertCount);
break;
case F2DDrawer::DrawTypePoints: