aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2021-04-29 09:07:36 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2021-05-03 19:49:19 +0200
commit809e68fdc0f7855730ee3409e6f1ddfe975b671f (patch)
tree4d132940fe3dd48f8044cae2c7f9ef287ee9eb25 /src/client/content_cao.h
parent1bc855646e2c920c1df55bb73416f72295c020f4 (diff)
downloadminetest-809e68fdc0f7855730ee3409e6f1ddfe975b671f.tar.gz
minetest-809e68fdc0f7855730ee3409e6f1ddfe975b671f.tar.bz2
minetest-809e68fdc0f7855730ee3409e6f1ddfe975b671f.zip
refacto: don't use RenderingEngine singleton on CAO
* we don't need on CAO side more than SceneManager, and temporary. Pass only required SceneManager as a parameter to build CAO and add them to the current scene * Use temporary the RenderingEngine singleton from ClientEnvironment, waitfor for better solution * Make ClientActiveObject::addToScene virtual function mandatory to be defined by children to ensure we don't forget to properly define it
Diffstat (limited to 'src/client/content_cao.h')
-rw-r--r--src/client/content_cao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h
index cc026d34e..32ec9c1c3 100644
--- a/src/client/content_cao.h
+++ b/src/client/content_cao.h
@@ -236,7 +236,7 @@ public:
void removeFromScene(bool permanent);
- void addToScene(ITextureSource *tsrc);
+ void addToScene(ITextureSource *tsrc, irr::scene::ISceneManager *smgr);
inline void expireVisuals()
{