Various prototypes

This commit is contained in:
Anuken
2020-04-15 12:44:53 -04:00
parent 51226d6c88
commit 0eaf9bc9c6
15 changed files with 2985 additions and 2730 deletions

View File

@@ -236,7 +236,7 @@ public class MapView extends Element implements GestureListener{
image.setImageSize(editor.width(), editor.height());
if(!ScissorStack.pushScissors(rect.set(x, y, width, height))){
if(!ScissorStack.push(rect.set(x, y, width, height))){
return;
}
@@ -304,7 +304,7 @@ public class MapView extends Element implements GestureListener{
Lines.rect(x, y, width, height);
Draw.reset();
ScissorStack.popScissors();
ScissorStack.pop();
}
private boolean active(){