Skip to content

Commit

Permalink
Fix docs issue
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Maškarinec <[email protected]>
  • Loading branch information
marekmaskarinec committed Sep 24, 2024
1 parent 601e4b5 commit 220164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umka/window.um
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ fn setViewportOffset*(s: th::Vf2) {

fn umth_window_get_viewport_offset(): th::Vf2
//~~fn getViewportOffset
// Gets the offset of the viewport (as set by `setViewportShift`)
// Gets the offset of the viewport (as set by `setViewportOffset`)
fn getViewportOffset*(): th::Vf2 {
//~~
return umth_window_get_viewport_offset()
Expand Down

0 comments on commit 220164e

Please sign in to comment.