summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor/src/View/GlyphSelection.elm')
-rw-r--r-- | src/roster-editor/src/View/GlyphSelection.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster-editor/src/View/GlyphSelection.elm b/src/roster-editor/src/View/GlyphSelection.elm index 67faf59..9cc825d 100644 --- a/src/roster-editor/src/View/GlyphSelection.elm +++ b/src/roster-editor/src/View/GlyphSelection.elm @@ -75,7 +75,7 @@ get_glyph_html invalid_family_ids factor glyph = ] [ (Html.text (BattleCharacters.Struct.Glyph.get_name glyph)), - (Battle.View.Omnimods.get_html + (Battle.View.Omnimods.get_signed_html (Battle.Struct.Omnimods.scale factor (BattleCharacters.Struct.Glyph.get_omnimods glyph) |