fix: class.SimpleName() is not in gwt

This commit is contained in:
Hannes Janetzek
2013-10-09 01:56:09 +02:00
parent b02264efcc
commit b950d3d887
@@ -23,7 +23,7 @@ import org.oscim.utils.pool.Inlist;
public final class SymbolLayer extends TextureLayer {
private final static String TAG = SymbolLayer.class.getSimpleName();
private final static String TAG = SymbolLayer.class.getName();
private final static float SCALE = 8.0f;
private final static int VERTICES_PER_SPRITE = 4;