From 09ea42d4c9876ac93a6b28e2995990ede6ab04bd Mon Sep 17 00:00:00 2001 From: namespace Date: Thu, 26 Apr 2007 13:16:37 +0000 Subject: [PATCH] - Fixed q3map2 lightbounce bug (by Unknown) git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@165 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- CHANGES | 3 +++ tools/quake3/q3map2/light_bounce.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index df7bdaf1..fcdd5b51 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +26/04/2007 +- Fixed q3map2 lightbounce bug (by Unknown) + 26/04/2007 - Fixed another texcompression bug diff --git a/tools/quake3/q3map2/light_bounce.c b/tools/quake3/q3map2/light_bounce.c index 3ab219d8..8d2e4c1e 100644 --- a/tools/quake3/q3map2/light_bounce.c +++ b/tools/quake3/q3map2/light_bounce.c @@ -510,7 +510,7 @@ static void RadSubdivideDiffuseLight( int lightmapNum, bspDrawSurface_t *ds, raw break; case MST_TRIANGLE_SOUP: - numTriangleDiffuseLights; + numTriangleDiffuseLights++; break; case MST_PATCH: @@ -953,3 +953,4 @@ void RadCreateDiffuseLights( void ) + -- 2.39.2