fix: class.SimpleName() is not in gwt

This commit is contained in:
Hannes Janetzek 2013-06-28 04:14:29 +02:00
parent b02264efcc
commit b950d3d887

View File

@ -23,7 +23,7 @@ import org.oscim.utils.pool.Inlist;
public final class SymbolLayer extends TextureLayer { 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 float SCALE = 8.0f;
private final static int VERTICES_PER_SPRITE = 4; private final static int VERTICES_PER_SPRITE = 4;