mirror of
https://github.com/notwa/mm
synced 2024-11-05 03:39:02 -08:00
reverse order of messages
This commit is contained in:
parent
b6b224f580
commit
6dec3657a7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ function draw_messages()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
for i, t in ipairs(okay) do
|
for i, t in ipairs(okay) do
|
||||||
T_BL(0, i - 1, nil, t.text)
|
T_BL(0, #okay - i, nil, t.text)
|
||||||
end
|
end
|
||||||
|
|
||||||
messages = okay
|
messages = okay
|
||||||
|
|
Loading…
Reference in a new issue