Skip to content

Commit

Permalink
haha black holes API changes go brrr
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Apr 15, 2024
1 parent bf34d67 commit 7031cfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mindustryBEVersion =
# Arc version, should either follow `mindustryVersion` for release or whatever hash bleeding-edge Mindustry uses.
arcVersion = v146
# My black hole renderer. Just use the latest release.
blackHoleRendererVersion = v11
blackHoleRendererVersion = v14

##### Android SDK configuration for building Android artifacts.
# Android platform SDK version.
Expand Down
1 change: 0 additions & 1 deletion src/extrasandredux/ExtraSandRedux.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import arc.func.*;
import arc.struct.*;
import arc.util.*;
import blackhole.graphics.*;
import extrasandredux.content.*;
import extrasandredux.gen.entities.*;
import extrasandredux.graphics.*;
Expand Down
2 changes: 1 addition & 1 deletion src/extrasandredux/world/blocks/storage/FlowrateVoid.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void init(){
super.init();

if(!headless && flowrateVoidDialog == null) flowrateVoidDialog = new FlowrateVoidDialog();
if(swirlEffect == null) swirlEffect = new SwirlEffect(60f, 6, 2f, 90, 270, true);
if(swirlEffect == null) swirlEffect = new SwirlEffect(60f, 6, 2f, 90, 270);
if(horizonRad < 0) horizonRad = size * 2f / 3f;
if(edgeRad < 0) edgeRad = size * 12f;

Expand Down

0 comments on commit 7031cfa

Please sign in to comment.