~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/graphic/text/rt_render.cc

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
1016
1016
                      bool use_playercolor)
1017
1017
           : RenderNode(c, ns),
1018
1018
             image_(use_playercolor ?
1019
 
                  playercolor_image(color, image_filename) :
1020
 
                  g_image_cache->get(image_filename, true, ImageCache::kDefaultScaleIndex)),
 
1019
                       playercolor_image(color, image_filename) :
 
1020
                       g_image_cache->get(image_filename, true, ImageCache::kDefaultScaleIndex)),
1021
1021
             filename_(image_filename),
1022
1022
             scale_(scale),
1023
1023
             color_(color),