This commit is contained in:
Hannes Janetzek
2013-04-11 17:40:01 +02:00
parent eb6778a907
commit 9c3c860da8
3 changed files with 5 additions and 12 deletions

View File

@@ -75,8 +75,6 @@ public class GLRenderer implements GLSurfaceView.Renderer {
private static float[] mTileCoords;
private static float[] mDebugCoords;
public class Matrices {
public final Matrix4 viewproj = new Matrix4();
public final Matrix4 proj = new Matrix4();
@@ -186,7 +184,6 @@ public class GLRenderer implements GLSurfaceView.Renderer {
mMatrices = new Matrices();
mTileCoords = new float[8];
mDebugCoords = new float[8];
// tile fill coords
short min = 0;