overlay renderer: clip above scene and under widgets to viewport on fixed

The minimap on fixed is drawn before above scene and under widgets
This commit is contained in:
Adam
2018-04-01 10:58:26 -04:00
parent 4265a1cf15
commit 96b75e088b
3 changed files with 22 additions and 3 deletions

View File

@@ -76,6 +76,10 @@ public interface Client extends GameEngine
int getViewportWidth();
int getViewportXOffset();
int getViewportYOffset();
int getScale();
Point getMouseCanvasPosition();