Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/particlesystem.h')
-rw-r--r--src/render/particlesystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/particlesystem.h b/src/render/particlesystem.h
index 974806f..7675021 100644
--- a/src/render/particlesystem.h
+++ b/src/render/particlesystem.h
@@ -11,6 +11,7 @@
#include "core/entity.h"
+#include "render/camera.h"
#include "render/particlesystemscript.h"
#include "render/particleejector.h"
@@ -30,7 +31,7 @@ public:
ParticleSystem(const ParticleSystemScript *script, const core::Entity *entity, const model::Particles *modelclass);
~ParticleSystem();
- void draw(const float seconds);
+ void draw(const float seconds, const Camera &camera);
/**
* @brief clear all particles from all ejectors