Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8950 in orxonox.OLD


Ignore:
Timestamp:
Jun 30, 2006, 1:52:52 PM (18 years ago)
Author:
ponder
Message:

Minor changes to the terrain

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  
    454454                                        if ( a )
    455455                                                has = true;
    456                                         if ( a < 250 )
     456                                        if ( a < 255 )
    457457                                                full = false;
    458458                                }
  • branches/terrain/src/lib/graphics/importer/texture.cc

    r8376 r8950  
    326326  else
    327327  {
    328     assert(surface->format->BitsPerPixel == 24);
     328    //assert(surface->format->BitsPerPixel == 24);
    329329  }
    330330
Note: See TracChangeset for help on using the changeset viewer.