Changeset 8950 in orxonox.OLD
- Timestamp:
- Jun 30, 2006, 1:52:52 PM (18 years ago)
- Location:
- branches/terrain/src/lib/graphics/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/terrain/terrain.cc
r8929 r8950 454 454 if ( a ) 455 455 has = true; 456 if ( a < 25 0)456 if ( a < 255 ) 457 457 full = false; 458 458 } -
branches/terrain/src/lib/graphics/importer/texture.cc
r8376 r8950 326 326 else 327 327 { 328 assert(surface->format->BitsPerPixel == 24);328 //assert(surface->format->BitsPerPixel == 24); 329 329 } 330 330
Note: See TracChangeset
for help on using the changeset viewer.