mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
- Fixed q3map2 lightbounce bug (by Unknown)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@165 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
d1982064ee
commit
45a615e355
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
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
|
||||
|
||||
|
|
|
@ -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 )
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue