Turn of log message that was accidentally left on in an earlier commit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user