aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils/renderables
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 13:25:18 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 13:25:18 +0200
commit450a0a003d687ae16448734ebef25acfb17cdde4 (patch)
tree352f4e8965e6ae0da3596efcdc57f73b8461d495 /src/main/java/at/hannibal2/skyhanni/utils/renderables
parent0b8066fcd9c3318723a29ffadeb7e2fbfeb0250e (diff)
downloadskyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.gz
skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.bz2
skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.zip
Fixed irrelevant spelling stuff
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/utils/renderables')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt b/src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt
index acd1085ba..036c610bc 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt
@@ -24,7 +24,7 @@ interface Renderable {
&& Utils.getMouseY() in (posY..posY + height) // TODO: adjust for variable height?
/**
- * N.B.: the offset is absolute, not relative to the position and should not be used for rendering
+ * N.B.: the offset is absolute, not relative to the position and shouldn't be used for rendering
* (the GL matrix stack should already be pre transformed)
*/
fun render(posX: Int, posY: Int)