Fix README.md
This commit is contained in:
parent
b8586ecb78
commit
aabbf2c66e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ clay.setPointerState(.{
|
||||||
}, is_left_mouse_button_down);
|
}, is_left_mouse_button_down);
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Call [clay.BeginLayout(screenWidth, screenHeight)](https://github.com/nicbarker/clay/blob/main/README.md#clay_beginlayout) and declare your layout using the provided functions.
|
5. Call [clay.beginLayout()](https://github.com/nicbarker/clay/blob/main/README.md#clay_beginlayout) and declare your layout using the provided functions.
|
||||||
|
|
||||||
```Zig
|
```Zig
|
||||||
const light_grey: cl.Color = .{ 224, 215, 210, 255 };
|
const light_grey: cl.Color = .{ 224, 215, 210, 255 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue