[Marble-commits] KDE/kdeedu/marble/src/lib
    Torsten Rahn 
    tackat at kde.org
       
    Wed Jan 20 01:18:05 CET 2010
    
    
  
SVN commit 1077347 by rahn:
- Disable experimental feature CHEAPHIGH
 M  +1 -1      TextureTile.cpp  
--- trunk/KDE/kdeedu/marble/src/lib/TextureTile.cpp #1077346:1077347
@@ -105,7 +105,7 @@
     if ( ( iY + 1 ) < m_rawtile.height() ) {
 
         QRgb bottomLeftValue  =  pixel( iX, iY + 1 );
-#define CHEAPHIGH
+// #define CHEAPHIGH
 #ifdef CHEAPHIGH
         QRgb leftValue;
         if ( fY < 0.33 )
    
    
More information about the Marble-commits
mailing list