Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit 616c563

Browse files
committed
Make showVer work
1 parent f71d4fa commit 616c563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/gfx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void GFX::DrawTop(bool showVer) {
3737
DrawSprite(sprites_arrow_idx, 41+offset3D[d].updater, 25);
3838
DrawSprite(sprites_text_updater_idx, 187+offset3D[d].updater, 151);
3939
DrawSprite(sprites_twlm_logo_idx, 127+offset3D[d].logo, 100);
40-
Gui::DrawString(336, 222, 0.50, WHITE, VERSION_STRING);
40+
if (showVer) Gui::DrawString(336, 222, 0.50, WHITE, VERSION_STRING);
4141
if (fadealpha > 0) Gui::Draw_Rect(0, 0, 400, 240, C2D_Color32(0, 0, 0, fadealpha)); // Fade in/out effect
4242
}
4343
}

0 commit comments

Comments
 (0)