From 49fff1aed195d44871caeeff063b1b8c76628e02 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Dec 2017 23:03:27 +0300 Subject: Remove default parameter from color. --- src/dirs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dirs.cpp') diff --git a/src/dirs.cpp b/src/dirs.cpp index 004e1fdb4..54f28aed1 100644 --- a/src/dirs.cpp +++ b/src/dirs.cpp @@ -82,7 +82,7 @@ static void updateProgress(int cnt) { const int progress = cnt + loadingProgressCounter; const int h = mainGraphics->mHeight; - mainGraphics->setColor(Color(255, 255, 255)); + mainGraphics->setColor(Color(255, 255, 255, 255)); const int maxSize = mainGraphics->mWidth - 100; const int width = maxSize * progress / 50; mainGraphics->fillRectangle(Rect(50, h - 100, width, 50)); -- cgit v1.2.3-70-g09d2