[Marble-commits] KDE/kdeedu/marble/src/lib
Torsten Rahn
tackat at kde.org
Mon Jan 18 23:17:54 CET 2010
SVN commit 1076820 by rahn:
- Speedup for OSM rendering ....
M +1 -1 TextureTile.cpp
--- trunk/KDE/kdeedu/marble/src/lib/TextureTile.cpp #1076819:1076820
@@ -79,7 +79,7 @@
{
if ( m_depth == 8 || m_depth == 1 ) {
if ( !m_isGrayscale )
- return m_rawtile.pixel( x, y );
+ return m_rawtile.color( (jumpTable8)[y][x] );
else
return (jumpTable8)[y][x];
}
More information about the Marble-commits
mailing list