Better loading screen / Fixed unit tests
This commit is contained in:
@@ -32,7 +32,6 @@ public class PowerTestFixture{
|
||||
static void initializeDependencies(){
|
||||
Core.graphics = new FakeGraphics();
|
||||
Vars.content = new ContentLoader();
|
||||
Vars.content.createContent();
|
||||
Log.setUseColors(false);
|
||||
Time.setDeltaProvider(() -> 0.5f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user