cleanup
This commit is contained in:
parent
16810401ff
commit
18fdbd07d7
@ -33,11 +33,6 @@ public abstract class TileLoader extends PausableThread {
|
||||
|
||||
public abstract void cleanup();
|
||||
|
||||
/**
|
||||
* Load data for 'tile' and file tile.layers for rendering.
|
||||
* (executed on MapWorker threads)
|
||||
*/
|
||||
|
||||
protected abstract boolean executeJob(MapTile tile);
|
||||
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ import android.opengl.GLES20;
|
||||
*
|
||||
*/
|
||||
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.
|
||||
private static int mOffsetCnt;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user