Removed white behind fps counter

This commit is contained in:
Kusal Ekanayake
2017-05-02 14:18:40 +12:00
parent 178af141f0
commit 04ce6f6103
2 changed files with 4 additions and 2 deletions
@@ -209,6 +209,8 @@ public class CanvasController {
private void drawFps(int fps){
if (raceViewController.isDisplayFps()){
gc.clearRect(5,5,50,20);
gc.setFill(Color.SKYBLUE);
gc.fillRect(4,4,51,21);
gc.setFill(Color.BLACK);
gc.setFont(new Font(14));
gc.setLineWidth(3);