From 54b0d308bed46dab324f9be9eb3d6ea84e2235c3 Mon Sep 17 00:00:00 2001 From: DeltaNedas Date: Sat, 17 Oct 2020 12:16:47 +0100 Subject: [PATCH] h --- core/src/mindustry/type/Planet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/Planet.java b/core/src/mindustry/type/Planet.java index 47c8bc1750..07147b5cd9 100644 --- a/core/src/mindustry/type/Planet.java +++ b/core/src/mindustry/type/Planet.java @@ -269,7 +269,7 @@ public class Planet extends UnlockableContent{ return true; } - public void draw(Mat3D projection, Mat3d Transform){ + public void draw(Mat3D projection, Mat3D Transform){ mesh.render(projection, transform); } }