diff options
Diffstat (limited to 'src/renderer/tr_shader.c')
-rw-r--r-- | src/renderer/tr_shader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_shader.c b/src/renderer/tr_shader.c index 6bbaa8ca..6226d020 100644 --- a/src/renderer/tr_shader.c +++ b/src/renderer/tr_shader.c @@ -1941,7 +1941,7 @@ static void FixRenderCommandList( int newShader ) { SortNewShader Positions the most recently created shader in the tr.sortedShaders[] -array so that the shader->sort key is sorted reletive to the other +array so that the shader->sort key is sorted relative to the other shaders. Sets shader->sortedIndex |