doc: remove ... placeholder that caused confusion
parent
9976641be0
commit
eef73edb57
|
@ -318,7 +318,7 @@ import gg
|
||||||
|
|
||||||
fn draw(ctx &gg.Context) {
|
fn draw(ctx &gg.Context) {
|
||||||
gg := ctx.parent.get_ui().gg
|
gg := ctx.parent.get_ui().gg
|
||||||
gg.draw_rect(...)
|
gg.draw_rect(10, 10, 100, 50)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue