Shifted the canvas to the back of the window when updated.

This is to preserve the way the boats are still shown on the front when the course i reloaded.
As the main live stream has been down, this still needs to be tested.
This commit is contained in:
Kusal Ekanayake
2017-05-15 10:46:28 +12:00
parent afe0c9f1a6
commit 94d1982670
@@ -250,6 +250,7 @@ public class CanvasController {
gc.fillRect(0,0, CANVAS_WIDTH, CANVAS_HEIGHT);
gc.restore();
addRaceBorder();
canvas.toBack();
}
}