Compile fix, (nw)

This commit is contained in:
therealmogminer@gmail.com 2016-10-31 13:03:14 +01:00
parent eee821eecc
commit e86a0be234

View File

@ -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++)