1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-11-10 15:05:23 +03:00

Merge remote-tracking branch 'origin/master'

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

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 -> {