mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-10 17:01:11 -07:00
True placement efficiency percentages text in ThermalGenerator (#11597)
This commit is contained in:
parent
7bbb81cd17
commit
3dd3cf5a28
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class ThermalGenerator extends PowerGenerator{
|
|||
super.drawPlace(x, y, rotation, valid);
|
||||
|
||||
if(displayEfficiency){
|
||||
drawPlaceText(Core.bundle.formatFloat("bar.efficiency", sumAttribute(attribute, x, y) * 100, 1), x, y, valid);
|
||||
drawPlaceText(Core.bundle.formatFloat("bar.efficiency", sumAttribute(attribute, x, y) * 100 * displayEfficiencyScale, 1), x, y, valid);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue