mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Minor campaign tweaks
This commit is contained in:
parent
7b1c60c24f
commit
dec5a2aaaf
7 changed files with 12 additions and 7 deletions
|
|
@ -85,8 +85,6 @@ public class ApplicationTests{
|
|||
}catch(Throwable r){
|
||||
fail(r);
|
||||
}
|
||||
|
||||
Log.info("init app");
|
||||
}
|
||||
|
||||
@BeforeEach
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ public class PowerTestFixture{
|
|||
|
||||
@BeforeAll
|
||||
static void initializeDependencies(){
|
||||
Log.info("init power test fixture");
|
||||
headless = true;
|
||||
Core.graphics = new FakeGraphics();
|
||||
Core.files = new MockFiles();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue