diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2021-04-29 08:51:17 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2021-05-03 19:49:19 +0200 |
commit | 1bc855646e2c920c1df55bb73416f72295c020f4 (patch) | |
tree | db872efec84c5daa6d37b6e2d1c71e4450255c3b /src/client/clientmap.h | |
parent | 258101a91031f3ff9ee01a974030b02529ffdac0 (diff) | |
download | minetest-1bc855646e2c920c1df55bb73416f72295c020f4.tar.gz minetest-1bc855646e2c920c1df55bb73416f72295c020f4.tar.bz2 minetest-1bc855646e2c920c1df55bb73416f72295c020f4.zip |
refacto: protect some RenderingEngine::get_scene_manager
* protect it from Camera, Sky, ClientMap object calls
* rename Game::sky to Game::m_sky
Diffstat (limited to 'src/client/clientmap.h')
-rw-r--r-- | src/client/clientmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/clientmap.h b/src/client/clientmap.h index 57cc4427e..80add4a44 100644 --- a/src/client/clientmap.h +++ b/src/client/clientmap.h @@ -68,6 +68,7 @@ class ClientMap : public Map, public scene::ISceneNode public: ClientMap( Client *client, + RenderingEngine *rendering_engine, MapDrawControl &control, s32 id ); |