- <blush> forgot to delete an old line:

if(R.mat->septex) break;
  this caused the new per-channel switching only to work with 2 textures!
This commit is contained in:
Ton Roosendaal
2003-10-23 09:38:10 +00:00
parent bead58ca68
commit 063205cc51

View File

@@ -1716,8 +1716,6 @@ void do_material_tex()
}
}
}
if(R.mat->septex) break;
}
}