This commit is contained in:
Anuken
2021-01-29 09:32:29 -05:00
parent 7cdf7a21fe
commit d512aa5b21
2 changed files with 11 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ public class PowerTests extends PowerTestFixture{
assertEquals(1.0f, consumerTile.build.power.status, Mathf.FLOAT_ROUNDING_ERROR);
powerGraph.remove(producerTile.build);
powerGraph.removeList(producerTile.build);
powerGraph.add(consumerTile.build);
powerGraph.update();