aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorJude Melton-Houghton <jwmhjwmh@gmail.com>2022-09-26 06:49:08 -0400
committerGitHub <noreply@github.com>2022-09-26 06:49:08 -0400
commitf916398a541dbd09cbf14409f358556bc42f5535 (patch)
treecfec816907ef3226ae62c90611ea89e474c123b0 /src/map.h
parent8dec3a5ecbc6f74e2ca5d59f7bd905b8b136a591 (diff)
downloadminetest-f916398a541dbd09cbf14409f358556bc42f5535.tar.xz
Add lighting test and benchmark (#12802)
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 6bc2aaaee..27a87e635 100644
--- a/src/map.h
+++ b/src/map.h
@@ -161,7 +161,7 @@ public:
bool isValidPosition(v3s16 p);
// throws InvalidPositionException if not found
- void setNode(v3s16 p, MapNode & n);
+ void setNode(v3s16 p, MapNode n);
// Returns a CONTENT_IGNORE node if not found
// If is_valid_position is not NULL then this will be set to true if the