diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:00:10 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:00:10 +0100 |
commit | 7250cf2c1c29b685b8ac3552c296f11c8178b0a0 (patch) | |
tree | 8a36316aaa95e5355f35229f816b52db0fd7eac0 /src/client/mapblock_mesh.h | |
parent | f783f59392f5e86c5645195521b2fa008ffe4fe7 (diff) | |
parent | af073438fd70833955a30bcbe1c22e6f344ec41c (diff) | |
download | dragonfireclient-7250cf2c1c29b685b8ac3552c296f11c8178b0a0.tar.xz |
Merge branch 'master' of https://github.com/minetest/minetest
Diffstat (limited to 'src/client/mapblock_mesh.h')
-rw-r--r-- | src/client/mapblock_mesh.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/mapblock_mesh.h b/src/client/mapblock_mesh.h index ec1faea32..6f454d348 100644 --- a/src/client/mapblock_mesh.h +++ b/src/client/mapblock_mesh.h @@ -162,9 +162,6 @@ private: // of sunlit vertices // Keys are pairs of (mesh index, buffer index in the mesh) std::map<std::pair<u8, u32>, std::map<u32, video::SColor > > m_daynight_diffs; - - // Camera offset info -> do we have to translate the mesh? - v3s16 m_camera_offset; }; /*! |