mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Compile fix, (nw)
This commit is contained in:
parent
eee821eecc
commit
e86a0be234
@ -2438,7 +2438,6 @@ void texture_info::set_data(const render_texinfo *texsource, uint32_t flags)
|
||||
#endif
|
||||
{
|
||||
int miny = 0 - m_yborderpix;
|
||||
int tex_format = PRIMFLAG_GET_TEXFORMAT(flags);
|
||||
int maxy = texsource->height + m_yborderpix;
|
||||
|
||||
for (int dsty = miny; dsty < maxy; dsty++)
|
||||
|
Loading…
Reference in New Issue
Block a user