From 555dac5d22bf4cd0e1d672c526f94b3e0db62c77 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 5 Jun 2023 22:16:34 +0200 Subject: [PATCH] Fix code style --- Source/DiabloUI/hero/selhero.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/DiabloUI/hero/selhero.cpp b/Source/DiabloUI/hero/selhero.cpp index 8c8782616..0c1c1069e 100644 --- a/Source/DiabloUI/hero/selhero.cpp +++ b/Source/DiabloUI/hero/selhero.cpp @@ -95,10 +95,10 @@ void RenderDifficultyIndicators() const uint16_t width = (*DifficultyIndicator)[0].width(); const uint16_t height = (*DifficultyIndicator)[0].height(); SDL_Rect rect = MakeSdlRect( - SELHERO_DIALOG_HERO_IMG->m_rect.x + 1, - SELHERO_DIALOG_HERO_IMG->m_rect.y + SELHERO_DIALOG_HERO_IMG->m_rect.h - height - 1, - width, - height); + SELHERO_DIALOG_HERO_IMG->m_rect.x + 1, + SELHERO_DIALOG_HERO_IMG->m_rect.y + SELHERO_DIALOG_HERO_IMG->m_rect.h - height - 1, + width, + height); for (int i = 0; i <= DIFF_LAST; i++) { if (i >= selhero_heroInfo.herorank) break;