From: havoc Date: Wed, 6 Dec 2006 13:08:44 +0000 (+0000) Subject: corrected a misspelling in a comment X-Git-Tag: xonotic-v0.1.0preview~3760 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=12762957a3824b21b3d2443529c6268adbe39db0;p=xonotic%2Fdarkplaces.git corrected a misspelling in a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6639 d7cf8633-e32d-0410-b094-e92efae38249 --- 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);