This commit is contained in:
Hannes Janetzek
2013-01-13 13:48:48 +01:00
parent bdbe0c1527
commit 21584637ed
2 changed files with 1 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ public class BuildingOverlay extends Overlay {
else
a = (1 - max) + (tick / duration) * max;
Log.d(TAG, "fade " + dir + " " + tick + "\t" + a);
//Log.d(TAG, "fade " + dir + " " + tick + "\t" + a);
mAlpha = a;
mExtLayer.setAlpha(a);