Update renderd7.cpp
This commit is contained in:
parent
f3c8482c6d
commit
ab71f5c84f
@ -844,6 +844,15 @@ void RenderD7::DrawMetrikOvl()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool RenderD7::DrawNFRect(float p1x, float p1y, float p2x, float p2y, u32 color)
|
||||||
|
{
|
||||||
|
C2D_DrawLine(p1x, p1y, color,p2x, p1y, color, 1, 1);
|
||||||
|
C2D_DrawLine(p2x, p1y, color,p2x, p2y, color, 1, 1);
|
||||||
|
C2D_DrawLine(p2x, p2y, color,p1x, p2y, color, 1, 1);
|
||||||
|
C2D_DrawLine(p1x, p2y, color,p1x, p1y, color, 1, 1);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/*RenderD7::Console::Console()
|
/*RenderD7::Console::Console()
|
||||||
{
|
{
|
||||||
this->x = 0;
|
this->x = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user