Skip to content

Commit

Permalink
Merge pull request #754 from LoboEire/master
Browse files Browse the repository at this point in the history
Autoscale intermission tweak
  • Loading branch information
dashodanger authored Dec 9, 2024
2 parents f880e2d + 61683d2 commit 64afd9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source_files/edge/f_finale.cc
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ static void TextWrite(void)

//Autoscale if there are too many lines of text to fit onscreen
float TempHeight = StringLines(finale_text) * h;
TempHeight += h;
if (TempHeight > 200)
{
//Too big, need to scale
Expand Down

0 comments on commit 64afd9b

Please sign in to comment.