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

Commit

Permalink
Make showVer work
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 16, 2020
1 parent f71d4fa commit 616c563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void GFX::DrawTop(bool showVer) {
DrawSprite(sprites_arrow_idx, 41+offset3D[d].updater, 25);
DrawSprite(sprites_text_updater_idx, 187+offset3D[d].updater, 151);
DrawSprite(sprites_twlm_logo_idx, 127+offset3D[d].logo, 100);
Gui::DrawString(336, 222, 0.50, WHITE, VERSION_STRING);
if (showVer) Gui::DrawString(336, 222, 0.50, WHITE, VERSION_STRING);
if (fadealpha > 0) Gui::Draw_Rect(0, 0, 400, 240, C2D_Color32(0, 0, 0, fadealpha)); // Fade in/out effect
}
}
Expand Down

0 comments on commit 616c563

Please sign in to comment.