]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
corrected a misspelling in a comment
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 6 Dec 2006 13:08:44 +0000 (13:08 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 6 Dec 2006 13:08:44 +0000 (13:08 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6639 d7cf8633-e32d-0410-b094-e92efae38249

gl_rsurf.c

index e8626a04136ce471da74fe6c8b2b994d3a1d8cfc..987e9cbb8cebb86a0a8def4afabdbdd3fbc7b8ad 100644 (file)
@@ -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);