always a Clang (nw)

This commit is contained in:
R. Belmont 2014-03-21 01:54:42 +00:00
parent f34d59a8d5
commit 49ddc13379

View File

@ -2528,7 +2528,7 @@ static void texture_set_data(texture_info *texture, const render_texinfo *texsou
// when nescesarry copy (and convert) the data
if (!texture->nocopy)
{
int x, y;
int y;
UINT8 *dst;
for (y = 0; y < texsource->height; y++)