cleanups
This commit is contained in:
@@ -162,12 +162,6 @@ public final class LineLayer extends Layer {
|
||||
ux = -vy;
|
||||
uy = vx;
|
||||
|
||||
if (opos == VertexPoolItem.SIZE) {
|
||||
si = si.next = VertexPool.get();
|
||||
v = si.vertices;
|
||||
opos = 0;
|
||||
}
|
||||
|
||||
int ddx, ddy;
|
||||
|
||||
// vertex point coordinate
|
||||
|
||||
@@ -30,7 +30,7 @@ public final class TextLayer extends TextureLayer {
|
||||
private final static int LBIT_MASK = 0xfffffffe;
|
||||
|
||||
private static int mFontPadX = 1;
|
||||
private static int mFontPadY = 1;
|
||||
//private static int mFontPadY = 1;
|
||||
|
||||
public TextItem labels;
|
||||
private final Canvas mCanvas;
|
||||
|
||||
Reference in New Issue
Block a user