Make function public
This commit is contained in:
parent
def516294b
commit
d1618770c7
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ pub fn getElementId(string: []const u8) ElementId {
|
|||
}
|
||||
|
||||
// TODO: doc
|
||||
fn getScrollOffset() Vector2 {
|
||||
pub fn getScrollOffset() Vector2 {
|
||||
return cdefs.Clay_GetScrollOffset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue