Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

 Conflicts:
	gradle.properties
This commit is contained in:
Anuken
2021-11-10 14:36:45 -05:00
19 changed files with 57 additions and 31 deletions

View File

@@ -182,6 +182,7 @@ public class LightRenderer{
public void draw(){
if(!Vars.enableLight){
lights.clear();
circleIndex = 0;
return;
}