This commit is contained in:
DylanVsn 2019-10-16 09:28:38 +02:00
commit 579f33d34e
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class ElevatorCanvas extends JPanel {
g.setColor(Color.BLACK);
}
g.fillRect(0, y, WIDTH, HEIGHT);
Toolkit.getDefaultToolkit().sync();
}
public void setElevatorY(int y) {