Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-12 20:25:28 +0000
committerStijn Buys <ingar@osirion.org>2009-01-12 20:25:28 +0000
commit784e5c24d505aab001ae398cd53b039baed59f1f (patch)
tree5af692e35848cacff27c8ad529c4042b26b2d020 /src/render/particles.h
parentc55945a1e81f5e49ef706cb3d0d37f17dbb84709 (diff)
radius key for fx_particles, overrules the script value
Diffstat (limited to 'src/render/particles.h')
-rw-r--r--src/render/particles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/particles.h b/src/render/particles.h
index 88789a5..096833c 100644
--- a/src/render/particles.h
+++ b/src/render/particles.h
@@ -111,7 +111,7 @@ public:
/// axis of the particle system within the entity
inline const math::Axis &axis() const { return particlesystem_axis; }
-
+
virtual void draw(float elapsed);
void set_timeout(float timeout);
@@ -141,7 +141,7 @@ protected:
math::Vector3f ejector_location;
bool ejector_active;
- float radius;
+ float particlesystem_radius;
float now;
math::Color color;