mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
wined3d: Remove a redundant break.
This commit is contained in:
parent
85ec834f7a
commit
7b8bf46f3f
@ -1020,7 +1020,6 @@ void set_tex_op(IWineD3DDevice *iface, BOOL isAlpha, int Stage, D3DTEXTUREOP op,
|
||||
*/
|
||||
LEAVE_GL();
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user