This commit is contained in:
Hannes Janetzek 2013-05-01 03:35:55 +02:00
parent 16810401ff
commit 18fdbd07d7
2 changed files with 1 additions and 6 deletions

View File

@ -33,11 +33,6 @@ public abstract class TileLoader extends PausableThread {
public abstract void cleanup(); public abstract void cleanup();
/**
* Load data for 'tile' and file tile.layers for rendering.
* (executed on MapWorker threads)
*/
protected abstract boolean executeJob(MapTile tile); protected abstract boolean executeJob(MapTile tile);

View File

@ -39,7 +39,7 @@ import android.opengl.GLES20;
* *
*/ */
public class TileRenderer { public class TileRenderer {
private final static String TAG = TileRenderer.class.getName(); //private final static String TAG = TileRenderer.class.getName();
// Counter increases polygon-offset for each tile drawn. // Counter increases polygon-offset for each tile drawn.
private static int mOffsetCnt; private static int mOffsetCnt;