style: run format:apply pass

This commit is contained in:
neru
2026-01-02 03:49:12 -03:00
parent 1c70ffd80d
commit 57c064ea00
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -209,8 +209,7 @@ function Grass({
const density = (1.0 - fallofFactor) * (1.0 - fallofFactor);
if (Math.random() > density)
continue;
if (Math.random() > density) continue;
const localY = getTerrainHeight(
localX,