mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Update odin bindings for CLAY_ID_LOCAL
This commit is contained in:
parent
5e7c4c41eb
commit
21d9f06a47
7 changed files with 8 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ Clay_LayoutConfig sidebarItemLayout = (Clay_LayoutConfig) {
|
|||
|
||||
// Re-useable components are just normal functions
|
||||
void SidebarItemComponent(int index) {
|
||||
CLAY_RECTANGLE(CLAY_IDI("SidebarBlob", index), sidebarItemLayout, CLAY_RECTANGLE_CONFIG(.color = COLOR_ORANGE)) {};
|
||||
CLAY_RECTANGLE(CLAY_IDI("SidebarBlob", index), sidebarItemLayout, CLAY_RECTANGLE_CONFIG(.color = COLOR_ORANGE)) {}
|
||||
}
|
||||
|
||||
// An example function to begin the "root" of your layout tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue