mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-26 04:10:50 +00:00
Silence more errors in Valgrind
This commit is contained in:
parent
fb64c2b09f
commit
8baff3e83f
1 changed files with 2 additions and 0 deletions
|
@ -641,6 +641,8 @@ static qboolean R_LoadMD3(model_t * mod, int lod, void *buffer, int bufferSize,
|
|||
|
||||
if (!r_recalcMD3Normals->integer)
|
||||
VectorCopy(v->normal, normal);
|
||||
else
|
||||
VectorClear(normal);
|
||||
|
||||
#if 1
|
||||
R_CalcTangentSpace(tangent, bitangent, normal, v0, v1, v2, t0, t1, t2);
|
||||
|
|
Loading…
Reference in a new issue