1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Call texrect drawer before drawing a line.

Fixed flickering/misssing gfx in jeremy mcgrath 2000 with render texrec in native res #1114
This commit is contained in:
Sergey Lipskiy 2016-09-19 15:33:59 +07:00
parent b5163ca048
commit 6f3f21667e

View File

@ -1356,6 +1356,7 @@ void OGLRender::drawTriangles()
void OGLRender::drawLine(int _v0, int _v1, float _width)
{
m_texrectDrawer.draw();
if (!_canDraw())
return;