give functions names

This commit is contained in:
2026-05-31 14:36:34 -03:00
parent d9869a469e
commit a6a6cdd168
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ interface GrassProps {
grassLODExponent?: number;
}
export default function({
export default function Grass({
x,
y,
size,
+1 -1
View File
@@ -214,7 +214,7 @@ interface TerrainProps {
grassLODStart?: number;
grassLODExponent?: number;
}
export default function({
export default function Terrain({
chunks = 5,
chunkSize = 10,
resolution = 8,