]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
- Fixed q3map2 lightbounce bug (by Unknown)
authornamespace <namespace@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Thu, 26 Apr 2007 13:16:37 +0000 (13:16 +0000)
committernamespace <namespace@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Thu, 26 Apr 2007 13:16:37 +0000 (13:16 +0000)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@165 8a3a26a2-13c4-0310-b231-cf6edde360e5

CHANGES
tools/quake3/q3map2/light_bounce.c

diff --git a/CHANGES b/CHANGES
index df7bdaf19a57ebed7d12610a9a46a676a44783ff..fcdd5b51a749318e25fb820b28a3ad69f9f0a522 100644 (file)
--- 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
 
index 3ab219d86e6681b00b5b37a3ed275ce84ef98bb9..8d2e4c1e2b6829c19fdc8b363c31762ee3e73d53 100644 (file)
@@ -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 )
 
 
 
+