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:
commit
938ae6e80a
@ -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 -> {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user