From: namespace Date: Thu, 26 Apr 2007 13:16:37 +0000 (+0000) Subject: - Fixed q3map2 lightbounce bug (by Unknown) X-Git-Tag: xonotic-v0.7.0~16^2~12^2~130 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=45a615e35588980d5b49037aff652592387ded9b;p=xonotic%2Fnetradiant.git - Fixed q3map2 lightbounce bug (by Unknown) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@165 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- 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 ) +