am 494bb69b: Merge change I79297bbe into eclair-mr2
Merge commit '494bb69bfd8990e5e02d40abc9a7a4d5eca76810' * commit '494bb69bfd8990e5e02d40abc9a7a4d5eca76810': 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