From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/DisplayView.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Stars45/DisplayView.cpp') diff --git a/Stars45/DisplayView.cpp b/Stars45/DisplayView.cpp index bdd84e6..91b29e4 100644 --- a/Stars45/DisplayView.cpp +++ b/Stars45/DisplayView.cpp @@ -165,7 +165,7 @@ DisplayView::Refresh() // draw image: else if (elem->image) { - window->FadeBitmap( elem_rect.x, + window->FadeBitmap( elem_rect.x, elem_rect.y, elem_rect.x + elem_rect.w, elem_rect.y + elem_rect.h, @@ -216,9 +216,9 @@ void DisplayView::AddText( const char* text, Font* font, Color color, -const Rect& rect, -double hold, -double fade_in, +const Rect& rect, +double hold, +double fade_in, double fade_out) { DisplayElement* elem = new(__FILE__,__LINE__) DisplayElement; @@ -242,8 +242,8 @@ DisplayView::AddImage(Bitmap* bmp, Color color, int blend, const Rect& rect, -double hold, -double fade_in, +double hold, +double fade_in, double fade_out) { DisplayElement* elem = new(__FILE__,__LINE__) DisplayElement; -- cgit v1.1