diff options
author | Tim Angus <tim@ngus.net> | 2013-02-16 21:03:56 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 22:12:08 +0000 |
commit | 86d05e7dde1312d7276345637107d6eaea974a90 (patch) | |
tree | 1e03fff9b25ef34d59358b236db9dd207b1798c0 /src/renderergl2/tr_bsp.c | |
parent | 0d15e50542e1bd791bc1d87744dcca9971e040f6 (diff) |
Remove a few name tags
Diffstat (limited to 'src/renderergl2/tr_bsp.c')
-rw-r--r-- | src/renderergl2/tr_bsp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/renderergl2/tr_bsp.c b/src/renderergl2/tr_bsp.c index c14245b8..a2d25da9 100644 --- a/src/renderergl2/tr_bsp.c +++ b/src/renderergl2/tr_bsp.c @@ -789,7 +789,7 @@ static void ParseFace( dsurface_t *ds, drawVert_t *verts, float *hdrVertColors, surf->data = (surfaceType_t *)cv; #ifdef USE_VERT_TANGENT_SPACE - // Tr3B - calc tangent spaces + // Calculate tangent spaces { srfVert_t *dv[3]; @@ -1022,7 +1022,7 @@ static void ParseTriSurf( dsurface_t *ds, drawVert_t *verts, float *hdrVertColor } #ifdef USE_VERT_TANGENT_SPACE - // Tr3B - calc tangent spaces + // Calculate tangent spaces { srfVert_t *dv[3]; @@ -2316,7 +2316,7 @@ static void R_LoadSubmodels( lump_t *l ) { if(i == 0) { - // Tr3B: add this for limiting VBO surface creation + // Add this for limiting VBO surface creation s_worldData.numWorldSurfaces = out->numSurfaces; } } |