That line needs to be fixed

Diff comments:

> 
> === modified file 'src/graphic/text/rendered_text.cc'
> --- src/graphic/text/rendered_text.cc 2018-04-07 16:59:00 +0000
> +++ src/graphic/text/rendered_text.cc 2018-05-27 06:11:55 +0000
> @@ -183,7 +183,7 @@
>  #ifndef NDEBUG
>               const int maximum_size = kMinimumSizeForTextures;
>  #else
> -             const int maximum_size = g_gr->max_texture_size();
> +             const int maximum_size = 
> g_gr->max_texture_size_for_font_rendering();

Oops, I thought I had removed that.

>  #endif
>               const int tile_width = std::min(maximum_size, rect.width());
>               const int tile_height = std::min(maximum_size, rect.height());


-- 
https://code.launchpad.net/~widelands-dev/widelands/bug-1741779-map-description-edit-cutoff/+merge/345495
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/bug-1741779-map-description-edit-cutoff.

_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to     : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to