Fixed black blocks/units after quit / Fixed intense wave spawn lag

This commit is contained in:
Anuken
2019-06-12 18:07:19 -04:00
parent 73c48afc99
commit 18328320c1
14 changed files with 36 additions and 96 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ public class Fx implements ContentList{
spawnShockwave = new Effect(20f, 400f, e -> {
Draw.color(Color.WHITE, Color.LIGHT_GRAY, e.fin());
Lines.stroke(e.fout() * 3f + 0.5f);
Lines.poly(e.x, e.y, 60, e.fin() * (e.rotation + 50f));
Lines.poly(e.x, e.y, 40, e.fin() * (e.rotation + 50f));
Draw.reset();
});