From 12762957a3824b21b3d2443529c6268adbe39db0 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 6 Dec 2006 13:08:44 +0000 Subject: [PATCH] corrected a misspelling in a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6639 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_rsurf.c b/gl_rsurf.c index e8626a04..987e9cbb 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -770,7 +770,7 @@ static void R_Q1BSP_DrawLight_TransparentCallback(const entity_render_t *ent, co int surfacelistindex, batchcount; texture_t *t; msurface_t *batchsurfaces[BATCHSIZE]; - // note: in practice this never actualy batches, oh well + // note: in practice this never actually batches, oh well R_Shadow_RenderMode_Begin(); R_Shadow_RenderMode_ActiveLight((rtlight_t *)rtlight); R_Shadow_RenderMode_Lighting(false, true); -- 2.39.2