From 220164ebd54da521acf564b67d1fa7f2f0207fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ma=C5=A1karinec?= Date: Tue, 24 Sep 2024 19:35:10 +0200 Subject: [PATCH] Fix docs issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Maškarinec --- umka/window.um | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umka/window.um b/umka/window.um index 4ba7931..932e312 100644 --- a/umka/window.um +++ b/umka/window.um @@ -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()