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>2013-04-16 21:06:49 +0000
committerStijn Buys <ingar@osirion.org>2013-04-16 21:06:49 +0000
commit2c8331414db790824df9e9e2ea6e25ad7aa39b99 (patch)
tree387bd65dc1d0c6fde5942dce0591c430a6eb9053 /src/render/particle.cc
parentc625314940a3e41c28aff7a311ccd7ad2d0bf8d7 (diff)
Support for 'colorsecond' in particle scripts, have trail style particles use a single texture for the entire length instead of repeating it.
Diffstat (limited to 'src/render/particle.cc')
-rw-r--r--src/render/particle.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/particle.cc b/src/render/particle.cc
index 5925ba5..6774cde 100644
--- a/src/render/particle.cc
+++ b/src/render/particle.cc
@@ -19,7 +19,6 @@ Particle::Particle(const math::Vector3f &location, const unsigned long timestamp
particle_speed = 0.0f;
particle_radius = 0.0f;
- particle_alpha = 0.0f;
}
@@ -31,7 +30,6 @@ Particle::Particle(const math::Vector3f &location, const math::Axis &axis, const
particle_speed = 0.0f;
particle_radius = 0.0f;
- particle_alpha = 0.0f;
}
} //namespace render