From c369fcf631b61d72c598ae37b01fc89a318044ae Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 28 Jan 2003 02:14:14 +0000 Subject: [PATCH] corrected numbering of polygons in comment (oops) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2709 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_main.c b/cl_main.c index f23ebcc6..4d209bcd 100644 --- a/cl_main.c +++ b/cl_main.c @@ -1063,7 +1063,7 @@ void R_DrawLightningBeamCallback(const void *calldata1, int calldata2) t2 = t1 + beamrepeatscale * length; // the beam is 3 polygons in this configuration: - // 2 3 + // 3 2 // * * // 1****** // * * -- 2.39.2