diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_shared.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index 524df189..6e046147 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -2192,10 +2192,11 @@ static void UI_Text_Paint_Generic( float x, float y, float scale, float gapAdjus s++; count++; - if( maxX ) - *maxX = x; } + if( maxX ) + *maxX = x; + // paint cursor if( cursorPos >= 0 ) { |