[Bindings/Odin] Fix bad data type in odin bindings for floating config

This commit is contained in:
Nic Barker 2025-03-13 09:02:17 +13:00
parent f824ddfd25
commit 09d581a523
6 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ FloatingElementConfig :: struct {
offset: Vector2,
expand: Dimensions,
parentId: u32,
zIndex: i32,
zIndex: i16,
attachment: FloatingAttachPoints,
pointerCaptureMode: PointerCaptureMode,
attachTo: FloatingAttachToElement,

Binary file not shown.

Binary file not shown.

Binary file not shown.