fix up examples

This commit is contained in:
Nic Barker 2025-02-04 09:01:09 +13:00
parent d0d96777a6
commit 4c6c71b3fc
2 changed files with 3 additions and 2 deletions

View file

@ -147,7 +147,8 @@ Clay_RenderCommandArray ClayVideoDemo_CreateLayout(ClayVideoDemo_Data *data) {
if (fileMenuVisible) { // Below has been changed slightly to fix the small bug where the menu would dismiss when mousing over the top gap
CLAY({ .id = CLAY_ID("FileMenu"),
.floating = {
.attachment = {
.attachTo = CLAY_ATTACH_TO_PARENT,
.attachPoints = {
.parent = CLAY_ATTACH_POINT_LEFT_BOTTOM
},
},