Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-07-09 13:14:05 -04:00

View File

@@ -350,7 +350,7 @@ public class SchematicsDialog extends BaseDialog{
}
});
cont.row();
float cons = schem.powerConsumption(), prod = schem.powerProduction();
float cons = schem.powerConsumption() * 60, prod = schem.powerProduction() * 60;
if(!Mathf.zero(cons) || !Mathf.zero(prod)){
cont.table(t -> {