mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
docs: Fix an error in the Lua reference that I copy/pasted without noticing.
This commit is contained in:
parent
8ab63e2072
commit
e4c0f2ddac
1 changed files with 2 additions and 2 deletions
|
@ -819,7 +819,7 @@ screen:draw_box(left, top, right, bottom, [line], [fill])
|
|||
most-significant to least-significant byte. If the line colour is not
|
||||
provided, the UI text colour is used; if the fill colour is not provided,
|
||||
the UI background colour is used.
|
||||
screen:draw_line(x1, y1, x2, y2, bottom, [color])
|
||||
screen:draw_line(x1, y1, x2, y2, [color])
|
||||
Draws a line from (x1, y1) to (x2, y2).
|
||||
|
||||
Coordinates are floating-point numbers in units of emulated screen pixels,
|
||||
|
@ -2431,7 +2431,7 @@ container:draw_box(left, top, right, bottom, [line], [fill])
|
|||
most-significant to least-significant byte. If the line colour is not
|
||||
provided, the UI text colour is used; if the fill colour is not provided,
|
||||
the UI background colour is used.
|
||||
container:draw_line(x1, y1, x2, y2, bottom, [color])
|
||||
container:draw_line(x1, y1, x2, y2, [color])
|
||||
Draws a line from (x1, y1) to (x2, y2).
|
||||
|
||||
Coordinates are floating-point numbers in the range of 0 (zero) to 1 (one),
|
||||
|
|
Loading…
Reference in a new issue