Add top right rendering padding (#53)

* Add top right rendering padding

* Removed todo
This commit is contained in:
Snorflake
2017-05-10 12:36:14 -04:00
committed by Adam
parent 745e293575
commit fe13b29fa4
@@ -35,7 +35,7 @@ import net.runelite.client.RuneLite;
public class TopDownRendererRight implements Renderer
{
private static final int BORDER_TOP = 0;
private static final int BORDER_RIGHT = 0;
private static final int BORDER_RIGHT = 10;
private static final int PADDING = 10;
private final List<Overlay> overlays = new ArrayList<>();