aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2023-12-03 18:34:51 -0800
committerGitHub <noreply@github.com>2023-12-04 03:34:51 +0100
commitafa56d7f528afd1dba6ee01afe3a4e838c09ad3f (patch)
treedd060f26604bb0359bba3f02fccb8195e9648e7b
parent92b6788a241765706ca7ff70d71b5b513f615db8 (diff)
downloadskyhanni-afa56d7f528afd1dba6ee01afe3a4e838c09ad3f.tar.gz
skyhanni-afa56d7f528afd1dba6ee01afe3a4e838c09ad3f.tar.bz2
skyhanni-afa56d7f528afd1dba6ee01afe3a4e838c09ad3f.zip
Replace invalid params with correct param (#668)
Replace invalid kotlin documentation parameters with correct param. #668
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/EntityOutlineRenderer.kt8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/EntityOutlineRenderer.kt b/src/main/java/at/hannibal2/skyhanni/utils/EntityOutlineRenderer.kt
index 28fc08807..ca4827291 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/EntityOutlineRenderer.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/EntityOutlineRenderer.kt
@@ -77,9 +77,7 @@ object EntityOutlineRenderer {
*
* @param camera the current camera
* @param partialTicks the progress to the next tick
- * @param x the camera x position
- * @param y the camera y position
- * @param z the camera z position
+ * @param vector the camera position as Vector
*/
@JvmStatic
fun renderEntityOutlines(camera: ICamera, partialTicks: Float, vector: LorenzVec): Boolean {
@@ -284,9 +282,7 @@ object EntityOutlineRenderer {
*
* @param camera the current camera
* @param entity the entity to render
- * @param x the camera x position
- * @param y the camera y position
- * @param z the camera z position
+ * @param vector the camera position as Vector
* @return whether the entity should be rendered
*/
private fun shouldRender(camera: ICamera, entity: Entity, vector: LorenzVec): Boolean =