Changeset 579 for abuse/trunk/src/light.cpp
- Timestamp:
- May 5, 2011, 12:36:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/light.cpp
r555 r579 198 198 bs+=ba; if (bs>255) bs=255; else if (bs<0) bs=0; 199 199 } 200 filter f(pal,&npal);201 filter f2(&npal,pal);200 Filter f(pal,&npal); 201 Filter f2(&npal,pal); 202 202 203 203 for (i=0; i<256; i++,tint++) 204 *tint=f2. get_mapping(f.get_mapping(i));204 *tint=f2.GetMapping(f.GetMapping(i)); 205 205 } 206 206
Note: See TracChangeset
for help on using the changeset viewer.