[Marble-commits] KDE/kdeedu/marble/src/lib

Jens-Michael Hoffmann jensmh at gmx.de
Wed Dec 23 06:53:53 CET 2009


SVN commit 1065340 by jmhoffmann:

Make automatic tile updates work again.


 M  +1 -1      TextureTile.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/TextureTile.cpp #1065339:1065340
@@ -305,7 +305,7 @@
                 //          << "format:" << temptile.format()
                 //          << "bytesPerLine:" << temptile.bytesPerLine()
                 //          << "numBytes:" << temptile.numBytes() ;
-                download = temptile.isNull();
+                download |= temptile.isNull();
                 currentTileAvailable = true;
             }
         }


More information about the Marble-commits mailing list