StatsView: fix darken effect due to earlier change
This commit is contained in:
parent
0178029782
commit
0eb8cbfc6c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user