summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/engine.cpp')
-rw-r--r--src/graphics/engine/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/engine/engine.cpp b/src/graphics/engine/engine.cpp
index f3eb1dc..3365b24 100644
--- a/src/graphics/engine/engine.cpp
+++ b/src/graphics/engine/engine.cpp
@@ -272,6 +272,7 @@ bool CEngine::Create()
m_planet = new CPlanet(m_iMan, this);
m_lightMan->SetDevice(m_device);
+ m_particle->SetDevice(m_device);
m_text->SetDevice(m_device);
if (! m_text->Create())