From de46fb4471bd79f67f693e6b13dc507ca825491b Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 2 Oct 2021 13:57:23 +0200
Subject: [PATCH] docs: Add missing description for getTileTypeFromHeightmap

---
 src/store/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/store/index.js b/src/store/index.js
index f753ff1..eebfdb0 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -233,7 +233,7 @@ const methods = {
   },
 
   /**
-   *
+   * Get a file from a given heightmap and x/y coordinates.
    * @author Griefed
    * @param heightmap A heightmap object generated by {@link NoiseMap}
    * @param x The x coordinate of which to get the value
-- 
GitLab