mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-11-13 07:15:28 +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();
|
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)){
|
if(!Mathf.zero(cons) || !Mathf.zero(prod)){
|
||||||
cont.table(t -> {
|
cont.table(t -> {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user