diff options
author | Zack Middleton <zturtleman@gmail.com> | 2012-06-18 16:32:03 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:32:29 +0000 |
commit | 1d94de45354ebb309ecba126a2c5a4a648bdaf3f (patch) | |
tree | d545ec1482cd1a3d8dacb55e629e6ccdce35e9a5 /src/renderer/tr_shader.c | |
parent | 3a8f5c5225a6eefb1613f082c078670c643cc7e8 (diff) |
REFACTOR [reletive -> relative]
From /dev/humancontroller.
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 |