mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:10:38 +00:00
Fix erroneous comment
This commit is contained in:
parent
cf042c4c58
commit
b08677c678
@ -156,7 +156,7 @@ local function add_formatting(cfg, text)
|
||||
if rise > 1000 then
|
||||
wesnoth.deprecated_message("rise units", 3, '1.16', "Specifying [message]rise= in 1/10,000ths of an em is deprecated. Specify it as ems instead.")
|
||||
else
|
||||
-- Pango expects 1/1024ths of a point here
|
||||
-- Pango expects 1/10000ths of an em here
|
||||
rise = rise * 10000
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user