mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
refacto: protect some RenderingEngine::get_scene_manager
* protect it from Camera, Sky, ClientMap object calls * rename Game::sky to Game::m_sky
This commit is contained in:
parent
258101a910
commit
1bc855646e
8 changed files with 56 additions and 52 deletions
|
@ -68,6 +68,7 @@ class ClientMap : public Map, public scene::ISceneNode
|
|||
public:
|
||||
ClientMap(
|
||||
Client *client,
|
||||
RenderingEngine *rendering_engine,
|
||||
MapDrawControl &control,
|
||||
s32 id
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue