mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Opengl: Apply line width provided by renderer. [Couriersud]
This commit is contained in:
parent
a281c422ff
commit
a3688f06f2
@ -1234,6 +1234,7 @@ int renderer_ogl::draw(const int update)
|
||||
|
||||
if(pendingPrimitive!=curPrimitive)
|
||||
{
|
||||
glLineWidth(prim.width);
|
||||
glBegin(curPrimitive);
|
||||
pendingPrimitive=curPrimitive;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user