mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- process lines through the 2D drawer.
This commit is contained in:
parent
2f8d472d7d
commit
1890df98f9
9 changed files with 36 additions and 177 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue