Merge pull request #10 from Pivok7/main
Example failed because getScrollOffset() was set to private
This commit is contained in:
commit
37110b6e0e
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ pub fn getElementId(string: []const u8) ElementId {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: doc
|
// TODO: doc
|
||||||
fn getScrollOffset() Vector2 {
|
pub fn getScrollOffset() Vector2 {
|
||||||
return cdefs.Clay_GetScrollOffset();
|
return cdefs.Clay_GetScrollOffset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue