From 8769b9bf0e245e6774cc8e2c2309f15ed1e8e41f Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 13 Jun 2020 10:41:59 -0400 Subject: [PATCH] CI test --- core/src/mindustry/content/Weathers.java | 2 -- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/mindustry/content/Weathers.java b/core/src/mindustry/content/Weathers.java index 2fc40aa169..9b595bce88 100644 --- a/core/src/mindustry/content/Weathers.java +++ b/core/src/mindustry/content/Weathers.java @@ -136,8 +136,6 @@ public class Weathers implements ContentList{ if(tile != null && tile.floor().liquidDrop == Liquids.water){ Draw.tint(Tmp.c1.set(tile.floor().mapColor).mul(1.5f)); Draw.rect(splashes[(int)(life * (splashes.length - 1))], x, y); - //Lines.stroke((1f - life) * 2f); - //Lines.circle(x, y, life * 4f); } } } diff --git a/gradle.properties b/gradle.properties index c280c8989f..07c1628ab4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=3808b4426371c37dc0c7bb86e59ffa4dd7ca21bb +archash=e95eb53c39027f21e905952937ae4450bde62c18