Minus sign inconsistently shows in damage numbers #73
Labels
graphics
Relates to how graphics are rendered and displayed on screen.
original bug
This was an issue in the original game already.
Describe the issue
When a unit receives damage, it shows the number of health points it lost above its head. By default, a
-
minus sign is shown in front of the number because the number represents health lost. However, this symbol doesn't always show. This is because the game doesn't hide or unhide the mesh group used to display the minus sign, so whether the sign shows depends on the last time the damage text was shown and the Nth character was not a minus sign.Expected behaviour
A minus sign should always show next to health lost from a unit (with the exception of zero, but that's a different story).
Steps to reproduce
Additional information
The text was updated successfully, but these errors were encountered: