Remove unused variable.
parent
9b3a9beb40
commit
3a2c3a45aa
|
|
@ -1480,10 +1480,7 @@ void LLGLState::checkTextureChannels(const std::string& msg)
|
|||
gFailLog << "Texture matrix in channel " << i << " corrupt." << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
S32 num_texture_types = 8;
|
||||
|
||||
|
||||
for (S32 j = (i == 0 ? 1 : 0);
|
||||
j < 9; j++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue