Tile field encapsulation

This commit is contained in:
Anuken
2018-07-27 10:52:14 -04:00
parent 23bd9a989b
commit 01f6904f82
7 changed files with 27 additions and 18 deletions
@@ -25,9 +25,7 @@ import java.nio.ByteBuffer;
import static io.anuke.mindustry.Vars.*;
/**
* Used for rendering fog of war. A framebuffer is used for this.
*/
/**Used for rendering fog of war. A framebuffer is used for this.*/
public class FogRenderer implements Disposable{
private static final int extraPadding = 3;
private static final int shadowPadding = 1;