aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =