Fixed typo

Former-commit-id: f9c38ea20c5afe8b4656c04c2ac3543ee94fc1d4
This commit is contained in:
Lynix 2012-12-24 18:08:10 +01:00
parent 24720d7df1
commit 84496ee8b6
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ bool NzGLSLShader::SendTexture(int location, const NzTexture* texture, nzUInt8*
unsigned int unitUsed = m_textures.size();
if (unitUsed >= maxUnits)
{
NazaraError("Unable to use texture for shader: all available texture units are used");
NazaraError("Unable to use texture for shader: all available texture units are in use");
return false;
}