Skip to content

Commit

Permalink
- Fixed broken V_BreakLines.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 authored and coelckers committed Sep 23, 2021
1 parent 708717b commit c13cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/fonts/v_text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ TArray<FBrokenLines> V_BreakLines (FFont *font, int maxwidth, const uint8_t *str
{
pos++;
}
lastcolor = FString((const char*)cstart, pos - start);
lastcolor = FString((const char*)cstart, pos - cstart);
}
else
{
Expand Down

0 comments on commit c13cd74

Please sign in to comment.