StatsView: fix darken effect due to earlier change

This commit is contained in:
Kirill Vainer 2015-05-03 16:07:50 -04:00
parent 0178029782
commit 0eb8cbfc6c

View File

@ -91,7 +91,7 @@ public class StatsView extends Node implements Control {
}
public float getHeight() {
return statText.getLineHeight() * statText.getLineCount(); // labels[0].getLineHeight() * statLabels.length;
return statText.getLineHeight() * statLabels.length;
}
public void update(float tpf) {