aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-30 12:19:03 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-30 12:19:03 +0200
commit3d980cf5756aee9fc619e4d667f1427967dda53b (patch)
tree68719a610700a7c24dd3b95b3ce03f15ae763f04 /src/client/client.h
parent85574cb53c44610b230cb7ae69a5cc0b17bcf2f0 (diff)
downloaddragonfireclient-3d980cf5756aee9fc619e4d667f1427967dda53b.tar.xz
Improved Xray and Fullbright
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h
index c7316fd91..9ab5c3b17 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -303,6 +303,8 @@ public:
void addUpdateMeshTaskWithEdge(v3s16 blockpos, bool ack_to_server=false, bool urgent=false);
void addUpdateMeshTaskForNode(v3s16 nodepos, bool ack_to_server=false, bool urgent=false);
+ void updateAllMapBlocks();
+
void updateCameraOffset(v3s16 camera_offset)
{ m_mesh_update_thread.m_camera_offset = camera_offset; }