cleanups
This commit is contained in:
parent
e6b284c019
commit
01e75ce86e
@ -126,8 +126,8 @@ public class GLRenderer implements GLSurfaceView.Renderer {
|
|||||||
mMatrices = new Matrices();
|
mMatrices = new Matrices();
|
||||||
|
|
||||||
// tile fill coords
|
// tile fill coords
|
||||||
short min = 0;
|
short min = (short) 0;
|
||||||
short max = (short) ((Tile.SIZE * COORD_SCALE));
|
short max = (short) (Tile.SIZE * COORD_SCALE);
|
||||||
mFillCoords = new short[8];
|
mFillCoords = new short[8];
|
||||||
mFillCoords[0] = min;
|
mFillCoords[0] = min;
|
||||||
mFillCoords[1] = max;
|
mFillCoords[1] = max;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user