diff options
author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-09-26 06:49:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 06:49:08 -0400 |
commit | f916398a541dbd09cbf14409f358556bc42f5535 (patch) | |
tree | cfec816907ef3226ae62c90611ea89e474c123b0 /src/map.h | |
parent | 8dec3a5ecbc6f74e2ca5d59f7bd905b8b136a591 (diff) | |
download | minetest-f916398a541dbd09cbf14409f358556bc42f5535.tar.xz |
Add lighting test and benchmark (#12802)
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |