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_flares.c | |
parent | 3a8f5c5225a6eefb1613f082c078670c643cc7e8 (diff) |
REFACTOR [reletive -> relative]
From /dev/humancontroller.
Diffstat (limited to 'src/renderer/tr_flares.c')
-rw-r--r-- | src/renderer/tr_flares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_flares.c b/src/renderer/tr_flares.c index 8fc8265f..b62523d3 100644 --- a/src/renderer/tr_flares.c +++ b/src/renderer/tr_flares.c @@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA LIGHT FLARES A light flare is an effect that takes place inside the eye when bright light -sources are visible. The size of the flare reletive to the screen is nearly +sources are visible. The size of the flare relative to the screen is nearly constant, irrespective of distance, but the intensity should be proportional to the projected area of the light source. |