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/particleejector.h')
-rw-r--r--src/render/particleejector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/particleejector.h b/src/render/particleejector.h
index f626f26..9e090d9 100644
--- a/src/render/particleejector.h
+++ b/src/render/particleejector.h
@@ -66,7 +66,7 @@ protected:
return ejector_particles;
}
- virtual void draw(const math::Vector3f & ps_location);
+ virtual void draw(const math::Vector3f & ps_location, const math::Axis & ps_axis);
private:
unsigned long ejector_last_eject;
@@ -83,7 +83,7 @@ public:
virtual ~ParticleEjectorSpray();
protected:
- virtual void draw(const math::Vector3f & ps_location);
+ virtual void draw(const math::Vector3f & ps_location, const math::Axis & ps_axis);
};
/**
@@ -95,7 +95,7 @@ public:
virtual ~ParticleEjectorTrail();
protected:
- virtual void draw(const math::Vector3f & ps_location);
+ virtual void draw(const math::Vector3f & ps_location, const math::Axis & ps_axis);
};
} // namespace render