Faster power graph reload / Fixed iOS editor margin
This commit is contained in:
@@ -11,6 +11,7 @@ public class PowerModule extends BlockModule{
|
||||
* In case of buffered consumers, this is the percentage of power stored in relation to the maximum capacity.
|
||||
*/
|
||||
public float status = 0.0f;
|
||||
public boolean init;
|
||||
public PowerGraph graph = new PowerGraph();
|
||||
public IntSeq links = new IntSeq();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user