summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2019-08-17 14:21:22 +0200
committerSmallJoker <mk939@ymail.com>2019-08-23 19:17:43 +0200
commit7d016b4efd279d2ac2bbb84b457bfe6e5d7f4a56 (patch)
treea27036f361783ee565999bd0dfb494660b32e991 /src/map.h
parentba8fb774c1abe77c404b578929c6d2b657bf1436 (diff)
downloadminetest-7d016b4efd279d2ac2bbb84b457bfe6e5d7f4a56.tar.gz
minetest-7d016b4efd279d2ac2bbb84b457bfe6e5d7f4a56.tar.bz2
minetest-7d016b4efd279d2ac2bbb84b457bfe6e5d7f4a56.zip
Occlusion: Begin cleanup
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 583f35e0b..d26da37a6 100644
--- a/src/map.h
+++ b/src/map.h
@@ -310,8 +310,8 @@ protected:
// This stores the properties of the nodes on the map.
const NodeDefManager *m_nodedef;
- bool isOccluded(v3s16 p0, v3s16 p1, float step, float stepfac,
- float start_off, float end_off, u32 needed_count);
+ bool isOccluded(v3s16 pos_origin, v3s16 pos_blockcenter, float step,
+ float stepfac, float start_offset, float end_offset, u32 needed_count);
private:
f32 m_transforming_liquid_loop_count_multiplier = 1.0f;