This commit is contained in:
Hannes Janetzek
2013-01-05 18:05:13 +01:00
parent bf7d5569e9
commit def840b482
2 changed files with 4 additions and 9 deletions

View File

@@ -49,7 +49,6 @@ public class BaseLayer {
Matrix.multiplyMM(mVPMatrix, 0, mfProjMatrix, 0, pos.viewMatrix, 0);
/* draw base layer */
GLES20.glEnable(GL_POLYGON_OFFSET_FILL);
for (int i = 0; i < tileCnt; i++) {