summaryrefslogtreecommitdiff
path: root/src/renderergl2/tr_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderergl2/tr_local.h')
-rw-r--r--src/renderergl2/tr_local.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/renderergl2/tr_local.h b/src/renderergl2/tr_local.h
index 39e3c29a..a62d89e7 100644
--- a/src/renderergl2/tr_local.h
+++ b/src/renderergl2/tr_local.h
@@ -81,7 +81,6 @@ typedef struct {
qboolean needDlights; // true for bmodels that touch a dlight
qboolean lightingCalculated;
- // JBravo: Mirrored models
qboolean mirrored; // mirrored matrix, needs reversed culling
vec3_t lightDir; // normalized direction towards light
vec3_t ambientLight; // color normalized to 0-255
@@ -764,7 +763,7 @@ enum
GLSL_MAT16
};
-// Tr3B - shaderProgram_t represents a pair of one
+// shaderProgram_t represents a pair of one
// GLSL vertex and one GLSL fragment shader
typedef struct shaderProgram_s
{
@@ -912,7 +911,7 @@ enum
};
//
-// Tr3B: these are fire wall functions to avoid expensive redundant glUniform* calls
+// These are fire wall functions to avoid expensive redundant glUniform* calls
//#define USE_UNIFORM_FIREWALL 1
//#define LOG_GLSL_UNIFORMS 1