Remove newlines from Rend2 error messages

This commit is contained in:
Zack Middleton 2013-02-11 16:37:00 -06:00
parent eab1f9720a
commit 50e85b23b3
5 changed files with 27 additions and 27 deletions

View file

@ -288,7 +288,7 @@ static void ComputeTexMatrix( shaderStage_t *pStage, int bundleNum, float *outma
break;
default:
ri.Error( ERR_DROP, "ERROR: unknown texmod '%d' in shader '%s'\n", bundle->texMods[tm].type, tess.shader->name );
ri.Error( ERR_DROP, "ERROR: unknown texmod '%d' in shader '%s'", bundle->texMods[tm].type, tess.shader->name );
break;
}
}