Turn of log message that was accidentally left on in an earlier commit.

This commit is contained in:
Jack Palevich
2009-10-08 20:12:57 -07:00
parent 7b7bdf133a
commit 79297bbe31

View File

@@ -173,7 +173,7 @@ public class SpriteTextRenderer implements GLSurfaceView.Renderer{
gl.glTexParameterx(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_T,
GL10.GL_REPEAT);
{
if (false) {
long time = SystemClock.uptimeMillis();
if (mLastTime != 0) {
long delta = time - mLastTime;