Author Topic: Font symbol is not updated when the sprite's padding is changed  (Read 3461 times)

zazery

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 26
    • View Profile
Font symbol is not updated when the sprite's padding is changed
« on: September 30, 2013, 05:53:32 PM »
After I added a symbol to my font I changed the sprite's top padding to align it in the text. However, the font symbol was not updated because it caches the value (BMSymbo.cs line 74) and is not marked as dirty. This is a minor issue and is easy to work around by reassigning the sprite to the symbol but I thought I'd report it.